diff --git a/build.bat b/build.bat index fce9a71..689889a 100644 --- a/build.bat +++ b/build.bat @@ -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