mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
try escaping quotes instead of using backticks
This commit is contained in:
parent
78acebc9c0
commit
8a93a4b864
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ Function .onInit
|
|||
!delfile "${TMPINST}"
|
||||
|
||||
; create and run the installer that just uses WriteUninstaller
|
||||
!makensis '-DGENERATE_UNINSTALLER "${__FILE__}" "-XOutFile `${TMPINST}.exe`"'
|
||||
!makensis "-DGENERATE_UNINSTALLER $\"${__FILE__}$\" $\"-XOutFile '${TMPINST}.exe'$\""
|
||||
!system '"${TMPINST}.exe" /S'
|
||||
!delfile "${TMPINST}.exe"
|
||||
!endif
|
||||
|
|
Loading…
Add table
Reference in a new issue