We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bce0d commit 4603668Copy full SHA for 4603668
release.cmd
scripts/build-windows-x86_64.cmd
@@ -0,0 +1,13 @@
1
+SET VERSION=0.7.0
2
+
3
+MKDIR release\mprocs-%VERSION%-windows-x86_64 || exit /b
4
5
+:: Windows x64
6
7
+cargo build --release || exit /b
8
9
+COPY target\release\mprocs.exe release\mprocs-%VERSION%-windows-x86_64\mprocs.exe || exit /b
10
11
+:: upx --brute release\mprocs-%VERSION%-windows-x86_64\mprocs.exe || exit /b
12
13
+tar.exe -a -c -f release\mprocs-%VERSION%-windows-x86_64.zip -C release\mprocs-%VERSION%-windows-x86_64 mprocs.exe
0 commit comments