moved images to subfolder (#126)

This commit is contained in:
Micah Lee 2014-09-03 17:36:03 -07:00
parent bfcd5190bd
commit 8d01ad7ec6
11 changed files with 27 additions and 25 deletions

View file

@ -227,7 +227,7 @@ def main():
# create the onionshare icon
global window_icon
window_icon = QtGui.QIcon("{0}/logo.png".format(common.onionshare_gui_dir))
window_icon = QtGui.QIcon("{0}/images/logo.png".format(common.onionshare_gui_dir))
# start the onionshare app
web.set_stay_open(stay_open)