Skip to content

Tool to create a launcher/updater from jar application.

License

Notifications You must be signed in to change notification settings

HydrolienF/LauncherJar

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

launcherjar

Optionals files are:

  • README.md
  • LICENSE.md
  • CHANGELOG.md
  • jvm.config
  • icon.png
  • icon.ico
  • icon.icns

Icon are png for Linux, ico for Windows & icns for Mac. You can provide the 3 files icons or just some. LauncherJar will create a .ico & a .icns from the .png if the files are missing.

Check a simple project using LauncherJar if you need help. If you use Libgdx you can check a simple libgdx project using LauncherJar.

Your app need to return it's version when launching with --version.

If your App return code >=100 it will have effect on launcher :

  • 100: App will be restarted
  • 101: The game set in .launcherjar/ will be started

You need to give Read and write permissions in Workflow permissions for the github action that use that at https://github.com/You/ProjectName/settings/actions

About

Tool to create a launcher/updater from jar application.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages