Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
19694abd
Commit
19694abd
authored
9 years ago
by
Steve Dower
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes Python failing to run during Windows release build
parent
7173dac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Tools/msi/msi.props
Tools/msi/msi.props
+3
-1
No files found.
Tools/msi/msi.props
View file @
19694abd
...
...
@@ -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(`"`,`'`))]))
</_GenerateCommand>
</PropertyGroup>
<Exec
Command=
'"$(PythonExe)" -c "$(_GenerateCommand)" > "$(IntermediateOutputPath)$(OutputName)guids.txt"'
IgnoreExitCode=
"false"
/>
<Exec
Command=
'"$(PythonExe)" -c "$(_GenerateCommand)" > "$(IntermediateOutputPath)$(OutputName)guids.txt"'
WorkingDirectory=
"$(MSBuildThisFileDirectory)"
IgnoreExitCode=
"false"
/>
<ReadLinesFromFile
File=
"$(IntermediateOutputPath)$(OutputName)guids.txt"
>
<Output
TaskParameter=
"Lines"
ItemName=
"_UuidValue"
/>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment