Skip to content

Commit 545c72d

Browse files
committed
sc
1 parent 3e7069b commit 545c72d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

build-rel.bat

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
pushd src && tools\compile-gui && tools\build && popd && xcopy /y src\dist\*.exe . && gen-arc

build-rel.sh

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
cd src
4+
5+
tools/compile-gui.sh
6+
tools/build.sh
7+
8+
cd ..
9+
10+
\cp src/dist/* .
11+
12+
./gen-arc.sh

0 commit comments

Comments
 (0)