Skip to content

Commit

Permalink
spec fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cxy5014 committed Apr 6, 2024
1 parent e51d006 commit 45872d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions QtTinySA.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(
['QtTinySA.py'],
pathex=[],
binaries=[],
datas=[],
datas=[('QtTSAprefs.db', '.')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down Expand Up @@ -43,7 +43,11 @@ exe = EXE(
entitlements_file=None,
)
app = BUNDLE(
coll,
exe,
a.binaries,
a.datas,
strip=False,
upx=True,
name='QtTinySA.app',
icon='tinySA.ico',
bundle_identifier='top.n03.tinysa',
Expand Down

0 comments on commit 45872d6

Please sign in to comment.