diff --git a/run.ps1 b/run.ps1 new file mode 100644 index 00000000..57142dba --- /dev/null +++ b/run.ps1 @@ -0,0 +1,6 @@ +& ./.venv/Scripts/python.exe ./build_style.py +if ($args -contains "-debug") { + & ./.venv/Scripts/python.exe ./source/main.py -debug +} else { + & ./.venv/Scripts/python.exe ./source/main.py +} \ No newline at end of file