darktrojan / openwith

Open With add-on for Firefox
https://addons.mozilla.org/addon/open-with/
412 stars 71 forks source link

open_with_windows.py install #151

Closed Judy85 closed 7 years ago

Judy85 commented 7 years ago

version 7.0b10 fails on line 73: file.write('@echo off\r\ncall "%s" "%s" %1 %2\r\n' % (sys.executable, this_file))

maybe this? file.write('@echo off\r\ncall "%s" "%s" %s %s\r\n' % (sys.executable, this_file, '%1', '%2'))

darktrojan commented 7 years ago

Aargh! That worked for me, or so I thought. I can see why it fails though.

darktrojan commented 7 years ago

Okay, fixed it. Check for add-on updates and try again.

Judy85 commented 7 years ago

version 7.0b11 confirmed fixed, thx!