We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd83a4e commit 0881d4fCopy full SHA for 0881d4f
1 file changed
installers/windows-x64/jmonkeyengine-windows-x64.properties
@@ -12,7 +12,7 @@ package.publisher=${package.name}
12
package.url=https://jmonkeyengine.org
13
# 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 (Linux)
15
-package.innosetup.tool=ISCC.exe
+package.innosetup.tool=C:/Program Files/Inno Setup 6/ISCC.exe
16
# ID to uniquely identify application. Defaults to package name.
17
package.innosetup.appid=
18
# Path to an icon (*.ico) file for shortcut and installer.
0 commit comments