Skip to content

Commit

Permalink
- Adjusted make file to represent new name
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner committed Sep 23, 2020
1 parent 875e8af commit 8e3affe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
pyinstaller --onefile --name "aoe2patch_reverter" src/main.py --add-data "res;res" --noconsole >nul 2>&1
pyinstaller --onefile --name "aoe2de_patcher" src/main.py --add-data "res;res" --noconsole >nul 2>&1
@RD /S /Q "src/__pycache__"
@RD /S /Q "build" >nul 2>&1
if exist "build" rd /s /q "build"
DEL "aoe2patch_reverter.spec"
DEL "aoe2de_patcher.spec"

echo Build complete

0 comments on commit 8e3affe

Please sign in to comment.