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 = 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);