From 9a7887be2f253959ebd3efb2cfb5cd12315cbcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=89=E9=BB=98=E3=81=AE=E9=87=91?= <110812055+chenmozhijin@users.noreply.github.com> Date: Sun, 14 Apr 2024 03:15:31 +0800 Subject: [PATCH] fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61e9ab7..4b1c5f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: then icon_filename="logo.icns" fi - pyinstaller --onedir --contents-directory . --clean --windowed --name LDDC --specpath dist/spec --distpath dist/dist --workpath dist/build --icon $(pwd)/resource/img/icon/$icon_filename LDDC.py + pyinstaller --onedir --paths resource --contents-directory . --clean --windowed --name LDDC --specpath dist/spec --distpath dist/dist --workpath dist/build --icon $(pwd)/resource/img/icon/$icon_filename LDDC.py - name: create dmg if: ${{ matrix.os == 'macos-latest' }}