From 1b09b76eee45252c1f3b24dea2d7c1cdf5a0625e Mon Sep 17 00:00:00 2001 From: woogerboy21 Date: Mon, 20 Apr 2015 23:28:10 -0400 Subject: [PATCH] Remove --debug-ouput on start menu shortcut Remove argument that if added by default with out having the proper configuration defined during compiling would cause cockatrice to not open properly. --- cmake/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/NSIS.template.in b/cmake/NSIS.template.in index c62a192c..e63e3552 100644 --- a/cmake/NSIS.template.in +++ b/cmake/NSIS.template.in @@ -61,7 +61,7 @@ SectionEnd Section "Start menu item" SecStartMenu SetShellVarContext all createDirectory "$SMPROGRAMS\Cockatrice" - createShortCut "$SMPROGRAMS\Cockatrice\Cockatrice.lnk" "$INSTDIR\cockatrice.exe" '--debug-output' + createShortCut "$SMPROGRAMS\Cockatrice\Cockatrice.lnk" "$INSTDIR\cockatrice.exe" createShortCut "$SMPROGRAMS\Cockatrice\Oracle.lnk" "$INSTDIR\oracle.exe" createShortCut "$SMPROGRAMS\Cockatrice\Servatrice.lnk" "$INSTDIR\servatrice.exe" createShortCut "$SMPROGRAMS\Cockatrice\Usermanual.lnk" "$INSTDIR\Usermanual.pdf"