Skip to content

Commit

Permalink
simple run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Nov 29, 2024
1 parent cb833fb commit 193690d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run.ps1
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 193690d

Please sign in to comment.