diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 21b50f0..ab033ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: pip install -r requirements.txt - name: Build EXE - run: pyinstaller -F client.py + run: pyinstaller client.py - name: Archive EXE run: Compress-Archive -Path dist\ -DestinationPath release.zip diff --git a/dist/run.bat b/dist/client/run.bat similarity index 100% rename from dist/run.bat rename to dist/client/run.bat diff --git a/dist/run.ps1 b/dist/client/run.ps1 similarity index 100% rename from dist/run.ps1 rename to dist/client/run.ps1