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.
old-monorepo/Dashboard/scripts/installer.nsh
2022-03-07 12:38:48 +01:00

3 lines
97 B
Text

!macro customInstall
CreateShortcut "$SMSTARTUP\Heliox.lnk" "$INSTDIR\Heliox.exe"
!macroend