Skip to content

Commit a7b2a5a

Browse files
Fix alpha release build configuration
1 parent 44f0896 commit a7b2a5a

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": {
77
"beforeDevCommand": "bunx vp dev",
88
"devUrl": "http://localhost:1420",
9-
"beforeBuildCommand": "bunx vp check && bunx vp build",
9+
"beforeBuildCommand": "bunx vp build",
1010
"frontendDist": "../dist"
1111
},
1212
"app": {
@@ -30,14 +30,10 @@
3030
],
3131
"security": {
3232
"csp": "default-src 'self' ipc: http://ipc.localhost; connect-src 'self' http://localhost:3000 http://127.0.0.1:3000 https://athas.dev https://*.athas.dev https://api.anthropic.com https://api.openai.com https://generativelanguage.googleapis.com https://*.githubusercontent.com; img-src 'self' asset: http://asset.localhost data: blob:; font-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'wasm-unsafe-eval'",
33-
"capabilities": [
34-
"main-capability"
35-
],
33+
"capabilities": ["main-capability"],
3634
"assetProtocol": {
3735
"enable": true,
38-
"scope": [
39-
"**"
40-
]
36+
"scope": ["**"]
4137
}
4238
},
4339
"macOSPrivateApi": true
@@ -77,19 +73,15 @@
7773
"plugins": {
7874
"deep-link": {
7975
"desktop": {
80-
"schemes": [
81-
"athas"
82-
]
76+
"schemes": ["athas"]
8377
}
8478
},
8579
"fs": {
8680
"requireLiteralLeadingDot": false
8781
},
8882
"updater": {
8983
"active": true,
90-
"endpoints": [
91-
"https://github.com/athasdev/athas/releases/latest/download/latest.json"
92-
],
84+
"endpoints": ["https://github.com/athasdev/athas/releases/latest/download/latest.json"],
9385
"dialog": false,
9486
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEJBNDk0QjI4NkVDNDQwRUUKUldUdVFNUnVLRXRKdXV2elJZL3RsOWkvRDJueUwvQjh1UzdMbFBHZmZjV01Ec3lXZ1hFY3V6RkYK"
9587
}

0 commit comments

Comments
 (0)