Record Android 1.3.14 Argus publication

This commit is contained in:
Курнат Андрей
2026-06-13 20:07:01 +03:00
parent 0c5f178c8e
commit cdd442ebf7
3 changed files with 14 additions and 11 deletions
+6 -6
View File
@@ -7,17 +7,17 @@ param(
[string]$ExpectedAndroidSlug = "qsfera-mobile",
[string]$ExpectedAndroidPackageName = "eu.qsfera.android",
[switch]$RequireAndroidPackageName,
[string]$ExpectedAndroidVersion = "1.3.13",
[int]$ExpectedAndroidVersionCode = 41,
[string]$ExpectedAndroidVersion = "1.3.14",
[int]$ExpectedAndroidVersionCode = 42,
[switch]$RequireAndroidVersionCode,
[string]$ExpectedAndroidChannel = "stable",
[string]$ExpectedAndroidPlatform = "android",
[string]$ExpectedAndroidPackageKind = "apk",
[string]$ExpectedAndroidReleaseId = "39072ada-7557-48f3-ab42-ad68703d00b0",
[string]$ExpectedAndroidOriginalFileName = "qsfera-mobile-41.apk",
[string]$ExpectedAndroidReleaseId = "4394333f-a84a-4a3b-9bc7-6a48d054d4fe",
[string]$ExpectedAndroidOriginalFileName = "qsfera-mobile-42.apk",
[string]$ExpectedAndroidContentType = "application/vnd.android.package-archive",
[int64]$ExpectedAndroidPackageSizeBytes = 12261408,
[string]$ExpectedAndroidSha256 = "f065e6584e6a09999e72ba0eeeaae903e93fb8980a0426e4b39b5e2366bf6611",
[int64]$ExpectedAndroidPackageSizeBytes = 12262908,
[string]$ExpectedAndroidSha256 = "8ddfbb9d3dbff3f7bc1030024a0f03a7928771b06cb373c8996c96fb22ad5a18",
[string]$AndroidDownloadUrl = "https://argus.kusoft.xyz/api/apps/qsfera-mobile/download/latest?platform=android&channel=stable",
[switch]$VerifyAndroidDownload,