Skip to content

Commit

Permalink
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-1…
Browse files Browse the repository at this point in the history
  • Loading branch information
zooba authored Aug 7, 2019
1 parent 87ce958 commit 0378d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PC/layout/support/appxmanifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"SysVersion": VER_DOT,
"Version": "{}.{}.{}".format(VER_MAJOR, VER_MINOR, VER_MICRO),
"InstallPath": {
"": "[{{AppVPackageRoot}}]",
"": "[{AppVPackageRoot}]",
"ExecutablePath": "[{{AppVPackageRoot}}]\\python{}.exe".format(VER_DOT),
"WindowedExecutablePath": "[{{AppVPackageRoot}}]\\pythonw{}.exe".format(VER_DOT),
},
Expand Down

0 comments on commit 0378d98

Please sign in to comment.