Skip to content

Commit

Permalink
Update standalone code in Catch the Chicken NSIS installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Nov 24, 2012
1 parent b785f8a commit f6e076c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions misc/nsis/ioquake3-q3ctc.nsi
Expand Up @@ -111,11 +111,11 @@ Section "${NAME}" sec_base
WriteUninstaller "uninstall-${FSNAME}.exe"

!ifdef STANDALONE
!define ARGS "+set com_standalone 1 "
!define ARGS "+set com_basegame ${MODDIR}"
!else
!define ARGS ""
!define ARGS "+set fs_game ${MODDIR}"
!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

Expand Down

0 comments on commit f6e076c

Please sign in to comment.