mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
Disable electron build in publish script
This commit is contained in:
+4
-2
@@ -67,8 +67,10 @@ if (Script.release) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 5_000))
|
||||
}
|
||||
|
||||
await import(`../packages/desktop/scripts/finalize-latest-json.ts`)
|
||||
await import(`../packages/desktop-electron/scripts/finalize-latest-yml.ts`)
|
||||
// kilocode_change start
|
||||
// await import(`../packages/desktop/scripts/finalize-latest-json.ts`)
|
||||
// await import(`../packages/desktop-electron/scripts/finalize-latest-yml.ts`)
|
||||
// kilocode_change end
|
||||
|
||||
await $`gh release edit v${Script.version} --draft=false --repo ${process.env.GH_REPO}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user