Skip to content

Commit 545c72d

Browse files
committed
sc
1 parent 3e7069b commit 545c72d

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

build-rel.bat

Lines changed: 2 additions & 0 deletions
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

Lines changed: 12 additions & 0 deletions
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)