Mon, 09 Sep 2019 18:52:08 +0200
install.py: fixed an issue causing installation on macOS to fail.
(grafted from babe80d84a3e08882ef82f104379ba850d319a65)
scripts/install.py | file | annotate | diff | comparison | revisions |
--- a/scripts/install.py Sat Sep 07 19:10:13 2019 +0200 +++ b/scripts/install.py Mon Sep 09 18:52:08 2019 +0200 @@ -1056,7 +1056,7 @@ "icns": "{0}/{1}/Contents/Resources".format( macAppBundlePath, macAppBundleName) } - for directory in directories: + for directory in directories.values(): if not os.path.exists(directory): os.makedirs(directory)