mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 13:40:56 +00:00
Update standalone code in Catch the Chicken NSIS installer.
This commit is contained in:
parent
b785f8a241
commit
f6e076c4a1
1 changed files with 3 additions and 3 deletions
|
@ -111,11 +111,11 @@ Section "${NAME}" sec_base
|
||||||
WriteUninstaller "uninstall-${FSNAME}.exe"
|
WriteUninstaller "uninstall-${FSNAME}.exe"
|
||||||
|
|
||||||
!ifdef STANDALONE
|
!ifdef STANDALONE
|
||||||
!define ARGS "+set com_standalone 1 "
|
!define ARGS "+set com_basegame ${MODDIR}"
|
||||||
!else
|
!else
|
||||||
!define ARGS ""
|
!define ARGS "+set fs_game ${MODDIR}"
|
||||||
!endif
|
!endif
|
||||||
CreateShortCut "$SMPROGRAMS\ioquake3\${NAME}.lnk" "$INSTDIR\ioquake3.x86.exe" "${ARGS}+set fs_game ${MODDIR}" "$INSTDIR\ioquake3.x86.exe" 0 "" "" "${NAME}"
|
CreateShortCut "$SMPROGRAMS\ioquake3\${NAME}.lnk" "$INSTDIR\ioquake3.x86.exe" "${ARGS}" "$INSTDIR\ioquake3.x86.exe" 0 "" "" "${NAME}"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue