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

4 lines
108 B
Text
Raw Normal View History

2021-06-30 16:09:23 +02:00
!macro customInstall
CreateShortcut "$SMSTARTUP\Light Control.lnk" "$INSTDIR\Light Control.exe"
!macroend