Skip to content

Commit

Permalink
update file namechange in makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlkns committed Sep 4, 2022
1 parent af9638a commit 063aecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call .venv\Scripts\activate
call python -m nuitka --enable-plugin=tk-inter --include-data-dir=res=res --standalone --follow-imports --remove-output --windows-disable-console src/main.py
call python -m nuitka --enable-plugin=tk-inter --include-data-dir=res=res --standalone --follow-imports --remove-output --windows-disable-console src/aoe2de_patcher.py
call .venv\Scripts\deactivate
echo Build complete
2 changes: 1 addition & 1 deletion makedev.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call .venv\Scripts\activate
call python -m nuitka --enable-plugin=tk-inter --include-data-dir=res=res --standalone --follow-imports --remove-output src/main.py
call python -m nuitka --enable-plugin=tk-inter --include-data-dir=res=res --standalone --follow-imports --remove-output src/aoe2de_patcher.py
call .venv\Scripts\deactivate
echo Build complete

0 comments on commit 063aecd

Please sign in to comment.