Add script to build unsigned exes automatically before releases
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
./clean.sh
|
||||
wsl make distclean
|
||||
wsl make clean-extensions
|
||||
wsl make extensions
|
||||
./build.sh
|
||||
wsl make
|
||||
./unsigned.sh
|
||||
./sign.sh
|
||||
8
unsigned.sh
Normal file
8
unsigned.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
./clean.sh
|
||||
wsl make distclean
|
||||
wsl make clean-extensions
|
||||
wsl make extensions
|
||||
./build.sh
|
||||
wsl make
|
||||
Reference in New Issue
Block a user