Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenya-DK committed Dec 25, 2024
1 parent 25372e9 commit a68c46b
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Quantframe",
"version": "1.2.5"
"version": "1.2.6"
},
"tauri": {
"systemTray": {
Expand All @@ -35,9 +35,7 @@
"protocol": {
"all": true,
"asset": true,
"assetScope": [
"**"
]
"assetScope": ["**"]
},
"notification": {
"all": true
Expand All @@ -51,10 +49,7 @@
"readDir": true,
"copyFile": true,
"removeFile": true,
"scope": [
"$APPDATA/**",
"$DESKTOP/**"
]
"scope": ["$APPDATA/**", "$DESKTOP/**"]
},
"http": {
"all": true,
Expand All @@ -63,23 +58,15 @@
},
"updater": {
"active": true,
"endpoints": [
"https://api.quantframe.app/prerelease/{{target}}/{{arch}}/{{current_version}}"
],
"endpoints": ["https://api.quantframe.app/prerelease/{{target}}/{{arch}}/{{current_version}}"],
"dialog": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEQ3NEIwMTI1MzA3Q0E1OEYKUldTUHBYd3dKUUZMMTczQ2pIYTR0bklLQXlaMkxvK0V0a0RMQytNMTdqZzBCWitQRnNIWDhxYnAK"
},
"bundle": {
"active": true,
"targets": "all",
"identifier": "dev.kenya.quantframe",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
]
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"]
},
"security": {
"csp": null
Expand All @@ -89,10 +76,10 @@
"fullscreen": false,
"userAgent": "Quantframe",
"resizable": true,
"title": "Quantframe v1.2.5 - Pre-release By Kenya-DK",
"title": "Quantframe v1.2.6 - Pre-release By Kenya-DK",
"width": 1455,
"height": 912
}
]
}
}
}

0 comments on commit a68c46b

Please sign in to comment.