mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-12353 Corrected merges usage in plugin.xml
This commit is contained in:
+2
-2
@@ -139,14 +139,14 @@
|
||||
<!-- windows8 -->
|
||||
<platform name="windows8">
|
||||
<js-module src="src/windows/FileTransferProxy.js" name="FileTransferProxy">
|
||||
<clobbers target="" />
|
||||
<runs />
|
||||
</js-module>
|
||||
</platform>
|
||||
|
||||
<!-- windows -->
|
||||
<platform name="windows">
|
||||
<js-module src="src/windows/FileTransferProxy.js" name="FileTransferProxy">
|
||||
<clobbers target="" />
|
||||
<runs />
|
||||
</js-module>
|
||||
</platform>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user