diff --git a/make.bat b/make.bat index 27b9609..6df6eb1 100644 --- a/make.bat +++ b/make.bat @@ -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 \ No newline at end of file diff --git a/makedev.bat b/makedev.bat index 94dc0a0..c630c7b 100644 --- a/makedev.bat +++ b/makedev.bat @@ -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 \ No newline at end of file