From 8af3f446de0080891c9e7ad1183f43a8f2b2b51c Mon Sep 17 00:00:00 2001 From: yiliang114 <1204183885@qq.com> Date: Tue, 18 Aug 2026 20:59:59 +0800 Subject: [PATCH 1/2] fix(desktop): allow release checks for new versions --- packages/desktop-shell/scripts/test-release.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/desktop-shell/scripts/test-release.js b/packages/desktop-shell/scripts/test-release.js index 032a2a8cd..522dfd608 100755 --- a/packages/desktop-shell/scripts/test-release.js +++ b/packages/desktop-shell/scripts/test-release.js @@ -114,7 +114,6 @@ function testDesktopConfiguration() { ); assert.equal(config.productName, 'OpenWork'); assert.equal(config.identifier, 'com.alibaba.openwork'); - assert.equal(config.version, '0.2.0'); assert.equal(config.build.devUrl, 'http://127.0.0.1:1420'); assert.equal(config.build.frontendDist, '../bootstrap'); assert.equal(config.app?.withGlobalTauri, true); From 3edaad7994485266f34ed939029e1263cafd2624 Mon Sep 17 00:00:00 2001 From: yiliang114 <1204183885@qq.com> Date: Tue, 18 Aug 2026 21:18:28 +0800 Subject: [PATCH 2/2] fix(desktop): verify the packaged runtime manifest --- packages/desktop-shell/scripts/smoke-packaged.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop-shell/scripts/smoke-packaged.js b/packages/desktop-shell/scripts/smoke-packaged.js index d32f3443e..4af824fe6 100755 --- a/packages/desktop-shell/scripts/smoke-packaged.js +++ b/packages/desktop-shell/scripts/smoke-packaged.js @@ -223,7 +223,7 @@ function verifyMacRuntimeCommit() { if (process.platform !== 'darwin') return; const manifestPath = path.resolve( path.dirname(executable), - '../Resources/runtime/qwen-code/manifest.json', + '../Resources/runtime/openwork/manifest.json', ); const manifest = JSON.parse(fs.readFileSync(manifestPath, 'utf8')); const expected =