projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ce958
)
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
author
Steve Dower
<steve.dower@python.org>
Wed, 7 Aug 2019 18:39:09 +0000
(11:39 -0700)
committer
GitHub
<noreply@github.com>
Wed, 7 Aug 2019 18:39:09 +0000
(11:39 -0700)
PC/layout/support/appxmanifest.py
patch
|
blob
|
history
diff --git
a/PC/layout/support/appxmanifest.py
b/PC/layout/support/appxmanifest.py
index 4273b427e9035ffa4c7c78a9dfd24b17f9414879..de5813a2536aee3beadbe14aca241242b224cd08 100644
(file)
--- a/
PC/layout/support/appxmanifest.py
+++ b/
PC/layout/support/appxmanifest.py
@@
-156,7
+156,7
@@
REGISTRY = {
"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),
},