diff --git a/files/ZAZPip_v0.6.0.oxt b/files/ZAZPip_v0.6.0.oxt index 439c35e..e6c732c 100644 Binary files a/files/ZAZPip_v0.6.0.oxt and b/files/ZAZPip_v0.6.0.oxt differ diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index 1e85da9..19b966a 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -274,7 +274,7 @@ class Controllers(object): def cmd_shell_action(self, event): if app.IS_WIN: cmd = '"{}"'.format(self.path_python) - app.open_file(cmd) + app.paths.open(cmd) else: cmd = 'exec "{}"' if app.IS_MAC: @@ -286,7 +286,6 @@ class Controllers(object): app.run(cmd) return - @app.catch_exception def cmd_explore_action(self, event): path = app.paths.get_file(filters='txt') if not path: @@ -389,7 +388,7 @@ def _create_dialog(): 'Width': 60, 'Height': BUTTON_WH, 'Step': 10, - 'ImageURL': 'install.png', + 'ImageURL': 'install.svg', 'ImagePosition': 1, } dialog.add_control(args)