Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Apr 13, 2024
1 parent 0378f77 commit 9a7887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 9a7887b

Please sign in to comment.