Skip to content

Commit 42e5f72

Browse files
committed
try again
1 parent d011755 commit 42e5f72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aio/install.nsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ Section -Main SEC0000
9999
CreateDirectory "$SMPROGRAMS\$StartMenuGroup"
100100
SetOutPath $PROFILE
101101
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\JXXX.lnk" "$INSTDIR\bin\jqt.exe" "" "$INSTDIR\bin\icons\jgreen.ico" 0
102-
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\JHSXXX.lnk" "$INSTDIR\bin\jconsole.exe ~addons\/ide\/jhs\/config\/jhs.cfg" "" "$INSTDIR\bin\icons\jblue.ico" 0
102+
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\JHSXXX.lnk" "$INSTDIR\bin\jconsole.exe" "~addons/ide/jhs/config/jhs.cfg" "$INSTDIR\bin\icons\jblue.ico" 0
103103
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\JBreakXXX.lnk" "$INSTDIR\bin\jbreak.bat" "" "$INSTDIR\bin\icons\jyellow.ico" 0
104-
# CreateShortcut "$DESKTOP\JXXX.lnk" "$INSTDIR\bin\jqt.exe"
105104
WriteRegStr SHCTX "${REGKEY}\Components" Main 1
106105
SectionEnd
107106

0 commit comments

Comments
 (0)