-
Notifications
You must be signed in to change notification settings - Fork 25
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.nsh
from the wiki toInclude
directory in NSIS installation directory. - Don't forget to update
OutFile
inwindows_installer.nsi
andappVersion
inapp.go
to latest version number. - Run NSIS and select
Compile NSI scripts
, then drag and dropwindows_installer.nsi
into the window. - Run
CertUtil -hashfile csgoverview_windows_<version_number>_install.exe SHA256
and list this checksum inREADME_WINDOWS.txt
. - Merge
dev
intomaster
and create a tag inmaster
.git tag -s -a v<version_number> -m "v<version_number>"
andgit push origin v<version_number>
. - Create release.