We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640f6a3 commit 2860eecCopy full SHA for 2860eec
2 files changed
App/Harp.Behavior.nsi
96 Bytes
App/README.md
@@ -37,9 +37,10 @@ sudo usermod -a -G dialout <USERNAME>
37
```
38
- Run makesis to generate the installer
39
40
- makensis.exe /DVERSION_MAJOR=1 /DVERSION_MINOR=2 /DVERSION_BUILD=0 .\Harp.Behavior.nsi
+ makensis.exe /DVERSION_MAJOR=1 /DVERSION_MINOR=2 /DVERSION_BUILD=0 /DARCHITECTURE=win-x64 .\Harp.Behavior.nsi
41
+ // Adjust the version numbers and architecture as needed (e.g., arm64)
42
-- The installer will be available at `.\bin\Release\net6.0\win-x64\Behavior.vx.x.x-win-x64.self-contained.exe`
43
+- The installer will be available at `.\bin\Release\net8.0\<ARCHITECTURE>\Harp.Behavior.App.vx.x.x-<ARCHITECTURE>.exe`
44
45
### Build .app image for macOS
46
0 commit comments