Skip to content

A cute running cat animation on your windows taskbar.

License

Notifications You must be signed in to change notification settings

karminski/RunRikka_windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RunRikka_windows

Base on RunCat_for_windows from Kyome22. Modified by Karminski-牙医.

Tags

C# .NET Core 3.1 Visual Studio RunCat RunRikka

Demo

Demo

You only have to run the RunRikka.exe

Installation

Access to the "Releases" page and download the RunRikka.exe

点击右侧 "Releases" 下载 RunRikka.exe

Build Commands

  • for .net 5.0 framework installed
dotnet publish \
    -r win-x64 \
    -p:PublishSingleFile=true \
    -p:IncludeNativeLibrariesForSelfExtract=false \
    -p:CopyOutputSymbolsToPublishDirectory=false \
    -p:OutputType=WinExe \
    --self-contained=false 

  • for self-extract version (.net 5.0 framework dose not installed)
dotnet publish \
    -r win-x64 \
    -p:PublishSingleFile=true \
    -p:IncludeNativeLibrariesForSelfExtract=true \
    -p:CopyOutputSymbolsToPublishDirectory=false \
    -p:UseWindowsForms=true \
    -p:NoWin32Manifest=true \
    -p:OutputType=WinExe \
    --self-contained=true 

Contributors

Original RunCat Contributors

About

A cute running cat animation on your windows taskbar.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • HTML 74.3%
  • C# 25.7%