snow-fort-windows-installer/install.nsi

11 lines
161 B
Plaintext
Raw Normal View History

OutFile "setup_snow.exe"
InstallDir "$PROGRAMFILES64"
Section
SetOutPath "$INSTDIR"
RMDir "$INSTDIR"
File /r "snow"
Push "$INSTDIR"
SectionEnd