mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Shortcut working dir is set to SetOutPath value, fix this so that the working dir of the start menu shortcut is correct
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7091 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
c77bbc1277
commit
7d3a6d5228
@ -57,11 +57,11 @@ Section "Binary Executable" SEC01
|
||||
SetOutPath "$INSTDIR"
|
||||
SetOverwrite ifnewer
|
||||
File "..\bin\debug\InspGUI.exe"
|
||||
CreateDirectory "$SMPROGRAMS\InspIRCd"
|
||||
CreateShortCut "$SMPROGRAMS\InspIRCd\InspIRCd.lnk" "$INSTDIR\InspGUI.exe"
|
||||
SetOutPath "$INSTDIR\bin"
|
||||
SetOverwrite ifnewer
|
||||
File "..\bin\debug\bin\inspircd.exe"
|
||||
CreateDirectory "$SMPROGRAMS\InspIRCd"
|
||||
CreateShortCut "$SMPROGRAMS\InspIRCd\InspIRCd.lnk" "$INSTDIR\InspGUI.exe"
|
||||
SectionEnd
|
||||
|
||||
Section "Config Files" SEC02
|
||||
|
Loading…
x
Reference in New Issue
Block a user