mirror of
https://github.com/spencershepard/RotorOps.git
synced 2025-11-10 15:45:30 +00:00
create user-data.yaml if it doesn't exist (#67)
This commit is contained in:
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user