diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index 17ac793..e6ddd26 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -15,7 +15,7 @@ jobs: spec: 'REVHubInterface-mac.spec' requirements: 'requirements.txt' upload_exe_with_name: 'REVHubInterface_Mac_Binary' - options: --onefile, --name "REVHubInterface", --windowed, + options: --onefile, --name "REVHubInterface", --windowed, --collect-data "sv_ttk", - name: Make DMG uses: QQxiaoming/create-dmg-action@v0.0.2 with: @@ -37,7 +37,7 @@ jobs: spec: 'REVHubInterface.spec' requirements: 'requirements.txt' upload_exe_with_name: 'REVHubInterface_Windows' - options: --onefile, --name "REVHubInterface", --windowed, + options: --onefile, --name "REVHubInterface", --windowed, --collect-data "sv_ttk", pyinstaller-build-linux: runs-on: ubuntu-latest steps: @@ -49,7 +49,7 @@ jobs: spec: 'REVHubInterface.spec' requirements: 'requirements.txt' upload_exe_with_name: 'REVHubInterface_Linux' - options: --onefile, --name "REVHubInterface", --windowed, + options: --onefile, --name "REVHubInterface", --windowed, --collect-data "sv_ttk",