Merge pull request #278 from shinji-s/devel

Fix aesthetic issue regarding character escapes in a path string.
pull/283/merge
multibootusb 6 years ago committed by GitHub
commit fbfa3e086d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ if platform.system() == "Windows":
d = load_path_setting('build_pkg_path.json')
if d is None:
d = {
'pyinstaller_path': 'D:\multibootusb\pyinstaller\pyinstaller.py',
'pyinstaller_path': 'D:\\multibootusb\\pyinstaller\\pyinstaller.py',
'release_dir': 'D:\\multibootusb\\release',
'nsis': '\"C:\\Program Files (x86)\\NSIS\\makensis.exe\"'
}

Loading…
Cancel
Save