mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-09 06:42:37 -04:00
moving image files into /usr/share instead of /usr/lib (fixes #126)
This commit is contained in:
parent
8d01ad7ec6
commit
d00b296c47
13 changed files with 33 additions and 25 deletions
|
@ -227,7 +227,7 @@ def main():
|
|||
|
||||
# create the onionshare icon
|
||||
global window_icon
|
||||
window_icon = QtGui.QIcon("{0}/images/logo.png".format(common.onionshare_gui_dir))
|
||||
window_icon = QtGui.QIcon(common.get_image_path('logo.png'))
|
||||
|
||||
# start the onionshare app
|
||||
web.set_stay_open(stay_open)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue