correct link for manifest

This commit is contained in:
ignifugo 2019-07-16 20:32:52 +02:00
parent 9a1f23d3b5
commit 09fec967a5
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,6 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<engine name="android" spec="^6.3.0" />
<plugin name="cordova-plugin-file" spec="~4.3.3" />
<plugin name="cordova-plugin-media" spec="~3.0.1" />
<plugin name="cordova-plugin-network-information" spec="~1.3.3">
@ -52,4 +51,5 @@
<plugin name="phonegap-plugin-push" spec="~1.9.4">
<variable name="SENDER_ID" value="667898382143" />
</plugin>
<engine name="android" spec="^8.0.0" />
</widget>

View file

@ -20,7 +20,7 @@ var permsToRm = [ "RECORD_AUDIO", "MODIFY_AUDIO_SETTINGS", "READ_PHONE_STATE" ];
var fs = require('fs');
var path = require('path');
var rootdir = process.argv[2];
var manifestFile = path.join(rootdir, "platforms/android/AndroidManifest.xml");
var manifestFile = path.join(rootdir, "platforms/android/app/src/main/AndroidManifest.xml");
fs.readFile( manifestFile, "utf8", function( err, data ) {
if (err)