diff --git a/.gitignore b/.gitignore index b29dee5..10b9f9e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ #Project specific build/ dist/ +ParadoxModInstaller.exe # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..7422fa8 --- /dev/null +++ b/build.bat @@ -0,0 +1 @@ +pyinstaller main.py --clean --onefile --console --name ParadoxModInstaller.exe --distpath . \ No newline at end of file