Skip to content

Commit

Permalink
Update !!build__dist_pyinstaller.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Dec 17, 2024
1 parent 74bb8ed commit 7ce87a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions flask-app/!!build__dist_pyinstaller.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ echo.
echo Cleaning static files %targetDir% ...
RMDIR %targetDir%\static /S /Q
RMDIR %targetDir%\templates /S /Q
MKDIR %targetDir%\static
MKDIR %targetDir%\templates

echo.
echo Copying files from: static, templates ...
xcopy %srcDir%\static %targetDir%\static /E /Q /Y
xcopy %srcDir%\templates %targetDir%\templates /E /Q /Y
xcopy %srcDir%\static %targetDir%\static /I /E /Q /Y
xcopy %srcDir%\templates %targetDir%\templates /I /E /Q /Y

echo. > %logFile%

Expand Down

0 comments on commit 7ce87a7

Please sign in to comment.