feat(nsis): Create installer for Windows

Use nsis to create an installer for Windows user. It installs the binary
for the user (for now) and set the Path to access katenary binary from
cmd or Powershell.
This commit is contained in:
2025-07-07 17:58:21 +02:00
parent 0c0b50b0df
commit c54bc35c9f
3 changed files with 65 additions and 1 deletions

4
.gitignore vendored
View File

@@ -18,3 +18,7 @@ cover*
# will be treated later
/examples/*
# nsis
nsis/*.dll
nsis/*.exe