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.
25 lines
213 B
Plaintext
25 lines
213 B
Plaintext
dist/*
|
|
*.env
|
|
.credentials
|
|
release.id
|
|
cover*
|
|
.sq
|
|
.aider*
|
|
.python_history
|
|
.bash_history
|
|
|
|
.cache/
|
|
.aider/
|
|
.config/
|
|
*/venv
|
|
|
|
# local binary
|
|
./katenary
|
|
|
|
# will be treated later
|
|
/examples/*
|
|
|
|
# nsis
|
|
nsis/*.dll
|
|
nsis/*.exe
|