diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..9366926 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pyinstaller main.pyw --onefile --icon resources/LiquidGUI.png --name LiquidGUI