This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
dashboard/scripts/installer.nsh

4 lines
97 B
Text
Raw Normal View History

2022-04-09 20:07:19 +02:00
!macro customInstall
CreateShortcut "$SMSTARTUP\Heliox.lnk" "$INSTDIR\Heliox.exe"
!macroend