diff --git a/compile.bat b/compile.bat new file mode 100644 index 0000000..7bb0825 --- /dev/null +++ b/compile.bat @@ -0,0 +1,6 @@ +@echo off + +call flutter pub get +call flutter build windows + +iscc wininst.iss \ No newline at end of file