create user-data.yaml if it doesn't exist (#67)

This commit is contained in:
Spencer Shepard
2024-04-01 19:42:42 -07:00
committed by GitHub
parent 2918e6255b
commit 96254c929a
5 changed files with 15 additions and 4 deletions

View File

@@ -21,6 +21,11 @@ echo compiled ui resource files.
echo building exe with pyinstaller...
pyinstaller MissionGenerator.spec --distpath ..\ --clean
cd ../config
del user-data.yaml
echo removed user-data.yaml
if not %1=="-nopause" (
pause >nul
)
)