Add script to build unsigned exes automatically before releases

This commit is contained in:
idk
2022-05-18 01:08:44 -04:00
parent 0d29cd2bff
commit 3ab6464c54
2 changed files with 9 additions and 6 deletions

View File

@@ -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
View File

@@ -0,0 +1,8 @@
#!/bin/bash
./clean.sh
wsl make distclean
wsl make clean-extensions
wsl make extensions
./build.sh
wsl make