forked from LBRYCommunity/lbry-sdk
update path for close file name on windows
This commit is contained in:
parent
0840ac7d06
commit
05189651ee
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ class StreamFrame(object):
|
||||||
|
|
||||||
close_file_name = "close2.gif"
|
close_file_name = "close2.gif"
|
||||||
if os.name == "nt":
|
if os.name == "nt":
|
||||||
close_file = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "lbrynet",
|
close_file = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), close_file_name)
|
||||||
"lbrynet_downloader_gui", close_file_name)
|
|
||||||
else:
|
else:
|
||||||
close_file = os.path.join(os.path.dirname(__file__), close_file_name)
|
close_file = os.path.join(os.path.dirname(__file__), close_file_name)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue