mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
Add jar2app version nightly (#3277)
This commit is contained in:
parent
90b99bf144
commit
7193d246e7
13
jar2app.json
Normal file
13
jar2app.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"homepage": "https://github.com/Jorl17/jar2app",
|
||||
"description": "Convert any Java jar to a Mac OS X .App bundle.",
|
||||
"version": "nightly",
|
||||
"license": "GPL-2.0-only",
|
||||
"url": "https://github.com/Jorl17/jar2app/archive/master.zip",
|
||||
"extract_dir": "jar2app-master",
|
||||
"depends": [
|
||||
"python"
|
||||
],
|
||||
"pre_install": "echo \"python `\"$dir\\jar2app.py`\" @args\" | out-file \"$dir\\jar2app.ps1\"",
|
||||
"bin": "jar2app.ps1"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user