Skip to content

Commit

Permalink
testing github workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricFrancis12 committed Aug 27, 2024
1 parent 394860c commit cd97b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/windows/installer/project.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Unicode true
## > wails build --target windows/amd64 --nsis
## Then you can call makensis on this file with specifying the path to your binary:
## For a AMD64 only installer:
## > makensis -DARG_WAILS_AMD64_BINARY=..\..\bin\app.exe
## > makensis -DARG_WAILS_AMD64_BINARY=..\..\bin\pokemmo-sprite-editor.exe
## For a ARM64 only installer:
## > makensis -DARG_WAILS_ARM64_BINARY=..\..\bin\app.exe
## > makensis -DARG_WAILS_ARM64_BINARY=..\..\bin\pokemmo-sprite-editor.exe
## For a installer with both architectures:
## > makensis -DARG_WAILS_AMD64_BINARY=..\..\bin\app-amd64.exe -DARG_WAILS_ARM64_BINARY=..\..\bin\app-arm64.exe
####
Expand Down

0 comments on commit cd97b71

Please sign in to comment.