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

Remove error message for Windows Store deploy command #23

Closed infosia closed 9 years ago

infosia commented 9 years ago

Remove deploy command check at winstore.deploy because deployCmd is not actually used for Windows Store apps. This also removes Windows Store SDK is missing the deploy command error message at appc setup on Windows, which is not quite right.

$ appc setup
...
The following WINDOWS issues were found in your environment:

        Microsoft Windows Store SDK is missing the deploy command.
        You will be unable to build Windows Store apps.

Some issues were detected for your environment

        Please review the above found issues that were detected for your environment.
        You should resolve these issues before building or running a cross platform app.
        You can re-run setup once they are resolved to validate.

appc setup complete!
infosia commented 9 years ago

https://jira.appcelerator.org/browse/TIMOB-19674