Skip to content

Commit e2fe80f

Browse files
committed
chore: build script
Signed-off-by: Lessica <[email protected]>
1 parent 80f2ec9 commit e2fe80f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
set -e
4+
5+
FINALPACKAGE=1 THEOS_PACKAGE_SCHEME='' gmake clean package
6+
FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless gmake clean package
7+
FINALPACKAGE=1 THEOS="$HOME/theos-roothide" THEOS_PACKAGE_SCHEME=roothide gmake clean package

0 commit comments

Comments
 (0)