Skip to content

Commit

Permalink
Windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjaap committed Mar 1, 2021
1 parent 1cda2f4 commit 218788a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ wails build
ECHO "Sign the release assembly now on the windows machine if desired, then:"
PAUSE
CD build
COPY vertcoin-ocm.exe ../vertcoin-ocm-%ver%-windows-x64.exe
COPY vertcoin-ocm.exe ..\vertcoin-ocm-%ver%-windows-x64.exe
7z a ../vertcoin-ocm-%ver%-windows-x64.zip vertcoin-ocm.exe
CD ..
wails build -d
ECHO "Sign the debug assembly now on the windows machine if desired, then:"
PAUSE
CD build
COPY vertcoin-ocm.exe ../vertcoin-ocm-%ver%-windows-x64-debug.exe
COPY vertcoin-ocm.exe ..\vertcoin-ocm-%ver%-windows-x64-debug.exe
7z a ../vertcoin-ocm-%ver%-windows-x64-debug.zip vertcoin-ocm.exe
CD ../tracking
DEL version.go
Expand Down

0 comments on commit 218788a

Please sign in to comment.