Build conf for app store

This commit is contained in:
chrox
2024-11-25 10:12:47 +01:00
parent 28ac200da4
commit a67bfa3591
4 changed files with 26 additions and 5 deletions
+5 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Readest",
"version": "0.7.0",
"version": "0.7.2",
"identifier": "com.bilingify.readest",
"build": {
"frontendDist": "../out",
@@ -32,6 +32,7 @@
"bundle": {
"active": true,
"targets": "all",
"category": "Productivity",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
@@ -44,6 +45,9 @@
"webviewInstallMode": {
"type": "embedBootstrapper"
}
},
"macOS": {
"minimumSystemVersion": "12.0"
}
},
"plugins": {