mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Changed URL to port 8080
SVN revision: 153
This commit is contained in:
parent
bcc7778277
commit
e1e87555f6
2
elog.nsi
2
elog.nsi
@ -81,7 +81,7 @@ Section "Start Menu Shortcuts"
|
||||
CreateShortCut "$SMPROGRAMS\ELOG\ELOG server.lnk" "$INSTDIR\elogd.exe" "" "$INSTDIR\elogd.exe" 0
|
||||
Delete "$SMPROGRAMS\ELOG\Demo Logbook (start server first!).lnk"
|
||||
WriteINIStr "$SMPROGRAMS\ELOG\Demo Logbook (start server first!).url" \
|
||||
"InternetShortcut" "URL" "http://localhost/demo/"
|
||||
"InternetShortcut" "URL" "http://localhost:8080/demo/"
|
||||
CreateShortCut "$SMPROGRAMS\ELOG\ELOG Documentation.lnk" "$INSTDIR\doc\index.html"
|
||||
CreateShortCut "$SMPROGRAMS\ELOG\Uninstall ELOG.lnk" "$INSTDIR\uninst_elog.exe" "" "$INSTDIR\uninst_elog.exe" 0
|
||||
SectionEnd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user