mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-04 08:50:18 +01:00
add backslashes
This commit is contained in:
parent
c3134f779d
commit
c31e191d7e
@ -2,7 +2,7 @@
|
|||||||
$newVersionCode = $args[1];
|
$newVersionCode = $args[1];
|
||||||
|
|
||||||
$xml=New-Object XML;
|
$xml=New-Object XML;
|
||||||
$xml.Load($rootPath + "src\Android\Properties\AndroidManifest.xml");
|
$xml.Load($rootPath + "\src\Android\Properties\AndroidManifest.xml");
|
||||||
$node=$xml.SelectNodes("/manifest");
|
$node=$xml.SelectNodes("/manifest");
|
||||||
$node.SetAttribute("android:versionCode", $newVersionCode);
|
$node.SetAttribute("android:versionCode", $newVersionCode);
|
||||||
$xml.Save($rootPath + "src\Android\Properties\AndroidManifest.xml");
|
$xml.Save($rootPath + "\src\Android\Properties\AndroidManifest.xml");
|
Loading…
Reference in New Issue
Block a user