Skip to content

Commit 5fbe0dd

Browse files
committed
Added SVG icons
1 parent 98f9076 commit 5fbe0dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

linux.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ a = Analysis(
1919
('src/pygpt_net/data/config/modes.json', 'data/config'),
2020
('src/pygpt_net/data/config/settings.json', 'data/config'),
2121
('src/pygpt_net/data/config/settings_section.json', 'data/config'),
22+
('src/pygpt_net/data/icons/*', 'data/icons'),
2223
('src/pygpt_net/data/icons/chat/*', 'data/icons/chat'),
2324
('src/pygpt_net/data/locale/*', 'data/locale'),
2425
('src/pygpt_net/data/audio/*', 'data/audio'),

windows.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ a = Analysis(
2020
('src\\pygpt_net\\data\\config\\modes.json', 'data\\config'),
2121
('src\\pygpt_net\\data\\config\\settings.json', 'data\\config'),
2222
('src\\pygpt_net\\data\\config\\settings_section.json', 'data\\config'),
23+
('src\\pygpt_net\\data\\icons\\*', 'data\\icons'),
2324
('src\\pygpt_net\\data\\icons\\chat\\*', 'data\\icons\\chat'),
2425
('src\\pygpt_net\\data\\locale\\*', 'data\\locale'),
2526
('src\\pygpt_net\\data\\audio\\*', 'data\\audio'),

0 commit comments

Comments
 (0)