-
Notifications
You must be signed in to change notification settings - Fork 26
Build Windows Installer Prepare Release
Linus Weber edited this page Aug 13, 2021
·
4 revisions
- On Windows, install NSIS (Nullsoft Scriptable Install System)
- Install Inetc Plugin (How can I install a plugin)
- Copy
FileAssociation.nshfrom the wiki toIncludedirectory in NSIS installation directory. - Don't forget to update
OutFileinwindows_installer.nsiandappVersioninapp.goto latest version number. - Run NSIS and select
Compile NSI scripts, then drag and dropwindows_installer.nsiinto the window. - Run
CertUtil -hashfile csgoverview_windows_<version_number>_install.exe SHA256and list this checksum inREADME_WINDOWS.txt. - Merge
devintomasterand create a tag inmaster.git tag -s -a v<version_number> -m "v<version_number>"andgit push origin v<version_number>. - Create release.