Skip to content

Commit

Permalink
Moved windowicon.png somewhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
dhtdht020 committed Sep 12, 2020
1 parent f432e43 commit 482e0c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion xosc_dl.py
Expand Up @@ -62,7 +62,7 @@ def __init__(self):

# Set title and icon of window
self.setWindowTitle(f"Open Shop Channel Downloader v{DISPLAY_VERSION} - Library")
app_icon = QIcon(resource_path("windowicon.png"))
app_icon = QIcon(resource_path("assets/gui/windowicon.png"))
self.setWindowIcon(app_icon)

self.populate()
Expand Down
2 changes: 1 addition & 1 deletion xosc_dl.spec
Expand Up @@ -5,7 +5,7 @@ block_cipher = None

a = Analysis(['xosc_dl.py'],
binaries=[],
datas=[('windowicon.png', '.')],
datas=[('assets/gui/windowicon.png', '.')],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
Expand Down

0 comments on commit 482e0c9

Please sign in to comment.