Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: dart/tools/signing_script.py

Issue 58173002: Small renaming of temporary msi installer in signing script (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tools/signing_script.py
diff --git a/dart/tools/signing_script.py b/dart/tools/signing_script.py
index 0ce0a4c3a903202c1cc367c6b9c9e545a1a6ad5e..6a1eaf93a66b8ba062ec69886331cf15ac899e0b 100755
--- a/dart/tools/signing_script.py
+++ b/dart/tools/signing_script.py
@@ -224,7 +224,7 @@ def main():
'content_shell' : os.path.join('dart', 'chromium',
'content_shell.exe'),
- 'msi_scratch' : 'darteditor-installer-windows-%(bits)s.exe',
+ 'msi_scratch' : 'darteditor-installer-windows-%(bits)s.msi',
'editor_scratch' : 'DartEditor%(bits)s.exe',
'chrome_scratch' : 'chromium%(bits)s.exe',
'content_shell_scratch' : 'content_shell%(bits)s.exe',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698