Aqueuse / NekoV2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

bug to fix :

  • automatically switch back to independant behaviour in the system tray menu when the ball is catched.

NekoV2

Neko

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

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

About

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%Language:Batchfile 0.0%