diff --git a/.gitignore b/.gitignore index daad67d..6f960d0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ __pycache__/ cache/ install/ *.json -install-dir/ \ No newline at end of file +install-dir/ + +*.spec +*.exe +dist/ \ No newline at end of file diff --git a/dist/run.bat b/dist/run.bat new file mode 100644 index 0000000..54ec16a --- /dev/null +++ b/dist/run.bat @@ -0,0 +1,2 @@ +@echo off +PowerShell.exe -ExecutionPolicy Bypass -File "%~dp0run.ps1" \ No newline at end of file