From 7193d246e748721f24ecda3430dbe1a3c08d1cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20G=C3=A9rardin?= Date: Wed, 3 Apr 2019 18:24:52 +0200 Subject: [PATCH] Add jar2app version nightly (#3277) --- jar2app.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jar2app.json diff --git a/jar2app.json b/jar2app.json new file mode 100644 index 0000000000..b0287a42d1 --- /dev/null +++ b/jar2app.json @@ -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" +}