Skip to content

Commit 2180b1a

Browse files
committed
Add folder with assets used for distributives
1 parent 32712a8 commit 2180b1a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

dist_assets/mac/pyfa.icns

149 KB
Binary file not shown.

dist_assets/win/pyfa.ico

75.7 KB
Binary file not shown.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def dict_union(a, b):
5050
executable_options = {
5151
'script': 'pyfa.py',
5252
'base': 'Win32GUI' if sys.platform=='win32' else None,
53-
'icon': 'pyfa.ico',
53+
'icon': 'dist_assets/win/pyfa.ico',
5454
'shortcutDir': 'DesktopFolder',
5555
'shortcutName': app_name,
5656
}

0 commit comments

Comments
 (0)