babaissarkar/JAR to Executable

Runs a specified JAR and saves the resulting standalone executable to Output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 14, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: babaissarkar/jar-to-executable@1e6a16609778315a3667c4a3122af8c61b2a8fe2 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
idID of the program (minus extension)yes
nameName of the program. Default to `id` if unspecified.no
iconPath to the icon (.png on Linux/.ico on Windows)no
desktop-filePath to the desktop file (mandatory on Linux)no
inputPath to the JAR file (Linux) or to jpackage generated app-image folder (Windows)yes
outputPath to save the outputyes

no outputs