Skip to content

Commit 4608e9d

Browse files
Update build.sh
1 parent 33926ed commit 4608e9d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
mkdir dist >> /dev/null
22
set osbuild=%1
33
clear
4-
if osbuild==W (
4+
if [osbuild==W]
55
nuitka --mode="onefile" --no-deployment-flag=self-execution --output-dir=dist sussy.py
66
nuitka --mode="onefile" --output-dir=dist vent.py
77
copy /y dist\sussy.exe C:\Users\George\Documents\sus\bin\sussy.exe >> /dev/null
88
copy /y dist\vent.exe C:\Users\George\Documents\sus\bin\vent.exe >> /dev/null
99
rmdir /s /q dist
1010
clear
11-
) else if osbuild==M (
11+
else if osbuild==M
1212
exit
13-
) else if osbuild==L (
13+
else if osbuild==L
1414
exit
15-
) else (
15+
else
1616
echo Invalid OS build option. Please choose W, M, or L.
1717
exit /b 1
18-
)

0 commit comments

Comments
 (0)