From 19694abd71150a4a86c97eb9e2d36859260fa907 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 2 May 2015 15:23:27 -0700 Subject: Fixes Python failing to run during Windows release build --- Tools/msi/msi.props | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tools/msi/msi.props b/Tools/msi/msi.props index 6ca0332..bd22345 100644 --- a/Tools/msi/msi.props +++ b/Tools/msi/msi.props @@ -147,7 +147,9 @@ <_GenerateCommand>import uuid; print('\n'.join('{}={}'.format(i, uuid.uuid5(uuid.UUID('c8d9733e-a70c-43ff-ab0c-e26456f11083'), '$(ReleaseUri)' + j)) for i,j in [$(_Uuids.Replace(`"`,`'`))])) - + -- cgit v0.12