Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: build_release.py

Issue 5924532154007552: Issue 1149 - Fix the installer version (Closed)
Patch Set: Use revision number for devbuilds and IEPLUGIN_VERSION otherwise Created Aug. 12, 2014, 9:25 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | installer/createsolutions.bat » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_release.py
===================================================================
--- a/build_release.py
+++ b/build_release.py
@@ -49,6 +49,7 @@
version += ".%s" % buildnum
subprocess.check_call([os.path.join(basedir, "createsolution.bat"), version, build_type])
+subprocess.check_call([os.path.join(basedir, "installer", "createsolutions.bat"), version])
for arch in ("ia32", "x64"):
subprocess.check_call([
« no previous file with comments | « no previous file | installer/createsolutions.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld