NekoV2
NekoV2 copied to clipboard
Neko application for the desktop, enhanced with a catchable ball of yarn, and independent behavior and a basket to sleep in when you need a break
TODO
bug to fix :
- automatically switch back to independant behaviour in the system tray menu when the ball is catched.
NekoV2
NekoV2 is desktop kitty application. Your cat will chase his ball of yarn around the screen, and he will go to sleep in his basket as soon as he becomes tired.
Packaging
Windows 10
jpackage --input . --name NekoV2 --main-jar .\NekoV2.jar --icon .\neko.ico --license-file .\LICENSE.txt --app-version 2.0 --description "Neko application for the desktop" --win-dir-chooser --win-shortcut --win-menu --type msi
Linux Debian
jpackage --input . --name NekoV2 --main-jar NekoV2.jar --icon icon.png --linux-shortcut --license-file LICENSE --app-version 2.0 --description "Neko application for the desktop" --type deb
Installation
-
Download installer for your OS in the release page : https://github.com/Aqueuse/NekoV2/releases/tag/2.0
-
If you have problems, give me a feedback in the issue page : https://github.com/Aqueuse/NekoV2/issues
-
If you love Neko, buy me a coffee here : https://ko-fi.com/aqueuse ☕❤
package creation
Debian/Ubuntu
jpackage --input . --name NekoV2 --main-jar NekoV2.jar --icon icon.png --linux-shortcut --license-file LICENSE --app-version 2.0 --description "Neko application for the desktop" --type deb