Skip to content

Commit a4ec42d

Browse files
author
Ilya Portnov
committed
Fix gui.spec
1 parent c931e63 commit a4ec42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exe = EXE(pyz,
1616
coll = COLLECT(exe,
1717
Tree("templates", prefix="templates"),
1818
Tree("icons", prefix="icons"),
19-
Tree("icons", prefix="po"),
19+
Tree("po", prefix="po"),
2020
a.binaries,
2121
a.zipfiles,
2222
a.datas,

0 commit comments

Comments
 (0)