IOQ3 commit 2365

This commit is contained in:
Richard Allen 2012-12-12 20:03:33 +00:00
parent 5b0d606e06
commit fde3accdc5

View file

@ -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