nfoert / jadelauncher

Jade Launcher is how you launch apps like Jade Assistant, and keep them updated.

Home Page:https://nfoert.pythonanywhere.com/jadesite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Issues


Jade Launcher

Jade Launcher

The launcher for Jade Assistant or Jade Apps
Download »

Report Bugs » · Contact me »


The Jade Launcher is the one and only place to manage your Jade Account and to download and launch apps like Jade Assistant.

You can download the Jade Launcher here.

Sounds from Notification Sounds

Building from source

Clone this repo using git clone https://github.com/nfoert/jadelauncher. Create a new virtual enviroment with python -m venv .venv. Activate it using the method for your system. Run pip install -r requirements.txt to install the necessary packages. Once that is done, also install pyinstaller with pip install pyinstaller. Then run pyinstaller newJadeLauncherWINDOWS.spec you should get a executable of the Jade Launcher inside the dist folder. If you'd like to create an installer, download Inno Setup from here, fix the file paths in installerFile.iss to point to the executable you created earlier and use Run > Build. A installer will be generated for you in the Output directory.

About

Jade Launcher is how you launch apps like Jade Assistant, and keep them updated.

https://nfoert.pythonanywhere.com/jadesite


Languages

Language:Python 100.0%Language:Inno Setup 0.0%