Skip to content

Commit

Permalink
include verbum icon in binary data files
Browse files Browse the repository at this point in the history
  • Loading branch information
n8marti authored and thw26 committed Mar 4, 2024
1 parent 472a54a commit 510dc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogosLinuxInstaller.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ a = Analysis(
pathex=[],
#binaries=[('/usr/bin/tclsh8.6', '.')],
binaries=[],
datas=[('img/logos4-128-icon.png', 'img')],
datas=[('img/*-128-icon.png', 'img')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
Expand Down

0 comments on commit 510dc09

Please sign in to comment.