Skip to content

Commit

Permalink
Fix darwin build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
GiraKoo authored Sep 26, 2024
1 parent cdd7b6e commit cf5f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/dump-helper.darwin.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a = Analysis(
['../dump-helper.py'],
pathex=[],
binaries=[],
datas=[('../third-party/x86_64/darwin/', 'res/')\],
datas=[('../third-party/x86_64/darwin/', 'res/')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit cf5f372

Please sign in to comment.