4 lines
108 B
NSIS
4 lines
108 B
NSIS
|
!macro customInstall
|
||
|
CreateShortcut "$SMSTARTUP\Light Control.lnk" "$INSTDIR\Light Control.exe"
|
||
|
!macroend
|