diff --git a/Pub/PublishApps.ps1 b/Pub/PublishApps.ps1 index bfdec2d72..fd161dd9f 100644 --- a/Pub/PublishApps.ps1 +++ b/Pub/PublishApps.ps1 @@ -55,7 +55,7 @@ if ($server) # publish android if ($android) { - & "$solutionDir/VpnHood.Client.App.Android/_publish.ps1"; + & "$solutionDir/VpnHood.Client.App.Android/_publish.ps1" -apk; } # publish android diff --git a/VpnHood.Client.App.Android/_publish.ps1 b/VpnHood.Client.App.Android/_publish.ps1 index 28a61e5ee..abbf2b373 100644 --- a/VpnHood.Client.App.Android/_publish.ps1 +++ b/VpnHood.Client.App.Android/_publish.ps1 @@ -1 +1,3 @@ -& "$PSScriptRoot/../Pub/Core/PublishAndroidApp.ps1" $PSScriptRoot "VpnHoodClient" +param([switch]$apk) + +& "$PSScriptRoot/../Pub/Core/PublishAndroidApp.ps1" $PSScriptRoot "VpnHoodClient" -apk:$apk; diff --git a/VpnHood.Client.App.Win.Common/VpnHood.Client.App.Win.Common.csproj b/VpnHood.Client.App.Win.Common/VpnHood.Client.App.Win.Common.csproj index 5d90a9ac7..cc765c3ac 100644 --- a/VpnHood.Client.App.Win.Common/VpnHood.Client.App.Win.Common.csproj +++ b/VpnHood.Client.App.Win.Common/VpnHood.Client.App.Win.Common.csproj @@ -32,7 +32,7 @@ - + diff --git a/VpnHood.Client.Device/VpnHood.Client.Device.csproj b/VpnHood.Client.Device/VpnHood.Client.Device.csproj index 48c0656e8..be2c5212e 100644 --- a/VpnHood.Client.Device/VpnHood.Client.Device.csproj +++ b/VpnHood.Client.Device/VpnHood.Client.Device.csproj @@ -32,7 +32,7 @@ - + diff --git a/VpnHood.Client/VpnHood.Client.csproj b/VpnHood.Client/VpnHood.Client.csproj index 0ed103d09..39f0b9e5f 100644 --- a/VpnHood.Client/VpnHood.Client.csproj +++ b/VpnHood.Client/VpnHood.Client.csproj @@ -25,7 +25,7 @@ - + diff --git a/VpnHood.Common/VpnHood.Common.csproj b/VpnHood.Common/VpnHood.Common.csproj index 19eb9ddad..31aee998b 100644 --- a/VpnHood.Common/VpnHood.Common.csproj +++ b/VpnHood.Common/VpnHood.Common.csproj @@ -25,7 +25,7 @@ - + diff --git a/VpnHood.Server.Access/VpnHood.Server.Access.csproj b/VpnHood.Server.Access/VpnHood.Server.Access.csproj index 247d498c3..32ec0209b 100644 --- a/VpnHood.Server.Access/VpnHood.Server.Access.csproj +++ b/VpnHood.Server.Access/VpnHood.Server.Access.csproj @@ -31,7 +31,7 @@ - + diff --git a/VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj b/VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj index 9efb04b8c..aea774381 100644 --- a/VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj +++ b/VpnHood.Server.App.Net/VpnHood.Server.App.Net.csproj @@ -49,7 +49,6 @@ - diff --git a/VpnHood.Server/VpnHood.Server.csproj b/VpnHood.Server/VpnHood.Server.csproj index 7ccd1e569..1572e4e40 100644 --- a/VpnHood.Server/VpnHood.Server.csproj +++ b/VpnHood.Server/VpnHood.Server.csproj @@ -27,7 +27,7 @@ - + diff --git a/VpnHood.Tunneling/VpnHood.Tunneling.csproj b/VpnHood.Tunneling/VpnHood.Tunneling.csproj index bd32e9b25..dafa9e6d2 100644 --- a/VpnHood.Tunneling/VpnHood.Tunneling.csproj +++ b/VpnHood.Tunneling/VpnHood.Tunneling.csproj @@ -28,7 +28,7 @@ - +