fluffychat merge
This commit is contained in:
commit
d8c97ae5a4
4 changed files with 35 additions and 30 deletions
|
|
@ -1788,5 +1788,40 @@
|
|||
"@reply": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"reportMessage": "Xabar berish",
|
||||
"@reportMessage": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"requestPermission": "Ruxsat soʻrash",
|
||||
"@requestPermission": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"roomHasBeenUpgraded": "Xona takomillashtirildi",
|
||||
"@roomHasBeenUpgraded": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"roomVersion": "Guruh versiyasi",
|
||||
"@roomVersion": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"saveFile": "Fayl saqlash",
|
||||
"@saveFile": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"search": "Qidiruv",
|
||||
"@search": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"security": "Xavfsizlik",
|
||||
"@security": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
24
pubspec.lock
24
pubspec.lock
|
|
@ -353,14 +353,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "0.8.0"
|
||||
console:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: console
|
||||
sha256: e04e7824384c5b39389acdd6dc7d33f3efe6b232f6f16d7626f194f6a01ad69a
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.1.0"
|
||||
convert:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
@ -1072,14 +1064,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "4.7.2"
|
||||
get_it:
|
||||
dependency: transitive
|
||||
description:
|
||||
name: get_it
|
||||
sha256: ae78de7c3f2304b8d81f2bb6e320833e5e81de942188542328f074978cc0efa9
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "8.3.0"
|
||||
get_storage:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
@ -1532,14 +1516,6 @@ packages:
|
|||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "2.0.0"
|
||||
msix:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: msix
|
||||
sha256: f88033fcb9e0dd8de5b18897cbebbd28ea30596810f4a7c86b12b0c03ace87e5
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
version: "3.16.12"
|
||||
native_imaging:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -136,7 +136,6 @@ dev_dependencies:
|
|||
integration_test:
|
||||
sdk: flutter
|
||||
license_checker: ^1.6.0
|
||||
msix: ^3.16.12
|
||||
pedantic: ^1.11.0
|
||||
sentry_dart_plugin: ^1.0.0
|
||||
translations_cleaner: ^0.0.5
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
Write-Output "$WINDOWN_PFX"
|
||||
Move-Item -Path $WINDOWS_PFX -Destination fluffychat.pem
|
||||
certutil -decode fluffychat.pem fluffychat.pfx
|
||||
|
||||
flutter pub run msix:create -c fluffychat.pfx -p $WINDOWS_PFX_PASS --sign-msix true --install-certificate false
|
||||
Loading…
Add table
Reference in a new issue