We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560b34b commit 06a846fCopy full SHA for 06a846f
1 file changed
installers/build-installers.sh
@@ -64,7 +64,7 @@ function build_linux_deb {
64
function build_windows_installer {
65
echo "> Building the Windows installer"
66
67
- setup_inno_setup $2
+ setup_inno_setup "$2"
68
69
build_nbpackage windows x64 jmonkeyengine-windows-x64.properties "$1"
70
0 commit comments