Skip to content

Commit

Permalink
Merge pull request #10 from amoh-godwin/development
Browse files Browse the repository at this point in the history
safe for win solves #7
  • Loading branch information
amoh-godwin authored Feb 22, 2020
2 parents b240361 + 17d7e78 commit 2ce241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):
# user local qmlview
if platform.system() == 'Windows':
cwd = os.path.dirname(sys.argv[0])
self.qmlview = os.path.join(cwd, 'qmlview.exe')
self.qmlview = '"' + os.path.join(cwd, 'qmlview.exe') + '"'
else:
self.qmlview = './qmlview'

Expand Down

0 comments on commit 2ce241b

Please sign in to comment.