You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/15 23:52:54 UTC

[cordova-windows] 14/17: more: remove appx

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-win10only
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git

commit 60ea04b48de2454b5da8c7db6a46c15d863f0f7e
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Feb 15 23:33:58 2018 +0100

    more: remove appx
---
 template/cordova/lib/MSBuildTools.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/template/cordova/lib/MSBuildTools.js b/template/cordova/lib/MSBuildTools.js
index 8e015cb..3b3a6ea 100644
--- a/template/cordova/lib/MSBuildTools.js
+++ b/template/cordova/lib/MSBuildTools.js
@@ -256,11 +256,11 @@ var projFiles = {
 // - v14: Windows 8.1, Windows 10
 // - v12: Windows 8.1
 function msBuild14TargetsFilter (target) {
-    return target === projFiles.win || target === projFiles.phone || target === projFiles.win10;
+    return target === projFiles.win10;
 }
 
 function msBuild15TargetsFilter (target) {
-    return target === projFiles.win || target === projFiles.phone || target === projFiles.win10;
+    return target === projFiles.win10;
 }
 
 function msBuild155TargetsFilter (target) {

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org