We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dc713 commit 20769f4Copy full SHA for 20769f4
tools/build_helper.py
@@ -9,7 +9,8 @@ def __init__(self):
9
Gtk.Window.__init__(self, title="AlterISO GUI Helper")
10
11
#-- Set window icon --#
12
- self.set_icon_from_file(os.path.join(root_dir,"images/icon/color/AlterV5-Icon-Colored-vector.svg"))
+ _window_icon = "images/icon/color/AlterV5-Icon-Colored-vector.svg"
13
+ self.set_icon_from_file(os.path.join(root_dir, _window_icon))
14
15
#-- Create Dict --#
16
self.dict = {}
0 commit comments