Skip to content
Snippets Groups Projects
Commit b66b035b authored by Guillem Bartrina's avatar Guillem Bartrina
Browse files

Fix inno setup release version

parent 4a9b91aa
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,10 @@ package: $(PD_INNO_SETUP) ...@@ -38,10 +38,10 @@ package: $(PD_INNO_SETUP)
# start $(PD_INNO_SETUP) # start $(PD_INNO_SETUP)
## this compiles the package on the command line. On 64-bit Windows ## this compiles the package on the command line. On 64-bit Windows
# we have to look in a different path, hence the ugly ifeq below... # we have to look in a different path, hence the ugly ifeq below...
ifeq (,$(wildcard /c/Program\ Files/Inno\ Setup\ 5/ISCC.exe)) ifeq (,$(wildcard /c/Program\ Files/Inno\ Setup\ 6/ISCC.exe))
/c/Program\ Files\ \(x86\)/Inno\ Setup\ 5/ISCC.exe $(PD_INNO_SETUP) /c/Program\ Files\ \(x86\)/Inno\ Setup\ 6/ISCC.exe $(PD_INNO_SETUP)
else else
/c/Program\ Files/Inno\ Setup\ 5/ISCC.exe $(PD_INNO_SETUP) /c/Program\ Files/Inno\ Setup\ 6/ISCC.exe $(PD_INNO_SETUP)
endif endif
@echo " " @echo " "
@echo "win32_inno install succeeded!" @echo "win32_inno install succeeded!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment