Skip to content

Commit

Permalink
Minor cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doloopuntil committed May 8, 2020
1 parent 8e544e5 commit f8d54ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ LangString RUNNING_APP_MSG ${LANG_ENGLISH} \
; Add the Start Menu and desktop shortcuts
CreateShortCut "$DESKTOP\${APP_NAME}.lnk" "$OUTDIR\${APP_EXE}"
CreateDirectory "$SMPROGRAMS\${APP_NAME}"
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${APP_NAME}.lnk" "$INSTDIR\${APP_EXE}"
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${APP_NAME} Server.lnk" "$INSTDIR\${APP_EXE}" "-s"
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${UNINSTALL_EXE}.lnk" "$INSTDIR\${UNINSTALL_EXE}"
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${APP_NAME}.lnk" "$INSTDIR\${APP_EXE}"
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${APP_NAME} Server.lnk" "$INSTDIR\${APP_EXE}" "-s"
CreateShortCut "$SMPROGRAMS\${APP_NAME}\${APP_NAME} Uninstall.lnk" "$INSTDIR\${UNINSTALL_EXE}"

!macroend

Expand Down
2 changes: 1 addition & 1 deletion windows/qt-installer-windows.qs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Qt Installer script for a non-interactive installation of Qt5 on Windows.
*
* Run with:
* qt-unified-windows-x86-online.exe --verbose --script qt_installer_windows.qs
* qt-unified-windows-x86-online.exe --verbose --script qt-installer-windows.qs
*
* globals QInstaller, QMessageBox, buttons, gui, installer, console
*/
Expand Down

0 comments on commit f8d54ff

Please sign in to comment.