appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

Fix: escape vcvarsall before subprocess.run #25

Closed infosia closed 8 years ago

infosia commented 8 years ago

Spaces in vcvarsall should be escaped in subprocess.run when it is used with &&, it may cause error when both Visual Studio 2013 and 2015 are installed. Also, stop using /m at MsBuild due to TIMOB-19646.

@sgtcoolguy, could you bump up the version and update titanium_mobile so that it points to the new version? Thanks.