mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
change all seps to / so that it works x-platform
This commit is contained in:
6
.github/scripts/android/clean-fdroid.ps1
vendored
6
.github/scripts/android/clean-fdroid.ps1
vendored
@@ -1,9 +1,9 @@
|
||||
$rootPath = $env:GITHUB_WORKSPACE;
|
||||
|
||||
$androidPath = $($rootPath + "\src\Android\Android.csproj");
|
||||
$appPath = $($rootPath + "\src\App\App.csproj");
|
||||
$androidPath = $($rootPath + "/src/Android/Android.csproj");
|
||||
$appPath = $($rootPath + "/src/App/App.csproj");
|
||||
|
||||
$androidManifest = $($rootPath + "\src\Android\Properties\AndroidManifest.xml");
|
||||
$androidManifest = $($rootPath + "/src/Android/Properties/AndroidManifest.xml");
|
||||
|
||||
Write-Output "########################################"
|
||||
Write-Output "##### Clean Android and App"
|
||||
|
||||
Reference in New Issue
Block a user