Skip to content

Commit 2860eec

Browse files
committed
prepare for executable of different architectures
1 parent 640f6a3 commit 2860eec

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

App/Harp.Behavior.nsi

96 Bytes
Binary file not shown.

App/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ sudo usermod -a -G dialout <USERNAME>
3737
```
3838
- Run makesis to generate the installer
3939
```
40-
makensis.exe /DVERSION_MAJOR=1 /DVERSION_MINOR=2 /DVERSION_BUILD=0 .\Harp.Behavior.nsi
40+
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)
4142
```
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`
4344
4445
### Build .app image for macOS
4546

0 commit comments

Comments
 (0)