[quake3-commits] r2365 - trunk/misc/nsis

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 24 01:00:29 EST 2012


Author: ztm
Date: 2012-11-24 01:00:29 -0500 (Sat, 24 Nov 2012)
New Revision: 2365

Modified:
   trunk/misc/nsis/ioquake3-q3ctc.nsi
Log:
Update standalone code in Catch the Chicken NSIS installer.

Modified: trunk/misc/nsis/ioquake3-q3ctc.nsi
===================================================================
--- trunk/misc/nsis/ioquake3-q3ctc.nsi	2012-11-20 22:51:48 UTC (rev 2364)
+++ trunk/misc/nsis/ioquake3-q3ctc.nsi	2012-11-24 06:00:29 UTC (rev 2365)
@@ -111,11 +111,11 @@
   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
 



More information about the quake3-commits mailing list