Skip to content

Commit 08b6fb9

Browse files
committed
fix(desktop-shell): directly edit tauri.conf.json, remove --config overlay
1 parent ff93908 commit 08b6fb9

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/desktop-shell/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"tauri": "tauri",
8-
"dev": "tauri dev --config src-tauri/tauri.openwork.conf.json",
9-
"build": "npm run build:runtime && tauri build --config src-tauri/tauri.openwork.conf.json",
8+
"dev": "tauri dev",
9+
"build": "npm run build:runtime && tauri build",
1010
"build:runtime": "node scripts/prepare-runtime.js",
1111
"smoke:runtime": "node scripts/smoke-runtime.js",
1212
"smoke:packaged": "node scripts/smoke-packaged.js",

packages/desktop-shell/src-tauri/tauri.conf.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
3-
"productName": "Qwen Code Desktop",
4-
"version": "0.0.1",
5-
"identifier": "com.alibaba.qwen-code",
3+
"productName": "OpenWork",
4+
"version": "0.1.0",
5+
"identifier": "com.alibaba.openwork",
66
"build": {
77
"frontendDist": "../bootstrap"
88
},
@@ -19,7 +19,7 @@
1919
"targets": ["app", "dmg", "nsis", "appimage", "deb"],
2020
"createUpdaterArtifacts": true,
2121
"category": "DeveloperTool",
22-
"shortDescription": "Qwen Code desktop shell for the existing Web Shell",
22+
"shortDescription": "OpenWork — AI agent workspace",
2323
"icon": [
2424
"icons/icon.png",
2525
"icons/icon.icns",
@@ -29,7 +29,7 @@
2929
"icons/128x128@2x.png"
3030
],
3131
"resources": {
32-
"../runtime/qwen-code": "runtime/qwen-code"
32+
"../runtime/openwork": "runtime/openwork"
3333
},
3434
"macOS": {
3535
"hardenedRuntime": true,
@@ -57,9 +57,9 @@
5757
},
5858
"plugins": {
5959
"updater": {
60-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDkzMTlFNDMyRTVFNkUyNUMKUldSYzR1YmxNdVFaa3pJWjBPMERVVUw0akFvU3ZxS0pNMTFrcUhCbDlUaEVuRkVEVEcxaDBHNEcK",
60+
"pubkey": "OPENWORK_UPDATER_PUBKEY_PLACEHOLDER",
6161
"endpoints": [
62-
"https://github.com/QwenLM/qwen-code/releases/download/desktop-latest/desktop-latest.json"
62+
"https://github.com/modelstudioai/openwork/releases/download/desktop-latest/desktop-latest.json"
6363
]
6464
}
6565
}

0 commit comments

Comments
 (0)