Skip to content

Commit bd83a4e

Browse files
committed
See if InnoSetup is in path
1 parent 9f421c7 commit bd83a4e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

installers/windows-x64/jmonkeyengine-windows-x64.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ package.publisher=${package.name}
1111
# Link to application / publisher website. Not all packagers will display this.
1212
package.url=https://jmonkeyengine.org
1313
# Path to an InnoSetup compiler - can be downloaded from https://jrsoftware.org/isinfo.php (or Linux shell script to invoke via wine).
14-
package.innosetup.tool=${CONFIG}/issc.sh
14+
# package.innosetup.tool=${CONFIG}/issc.sh (Linux)
15+
package.innosetup.tool=ISCC.exe
1516
# ID to uniquely identify application. Defaults to package name.
1617
package.innosetup.appid=
1718
# Path to an icon (*.ico) file for shortcut and installer.

0 commit comments

Comments
 (0)