Commit 6bab67d
committed
fix(build): restore ai default cast-agent + Linux BUNDLE_ID
Two more release build fixes:
① crates/ai/Cargo.toml: restore default = ["cast-agent"]
Removing the default broke Windows and native Linux builds.
When ai is compiled without the cast-agent feature active
(e.g. for tests) the dep:cast_agent optional dep is not
linked, so any caller using ai::cast_agent:: fails to
resolve the module. Restoring the default keeps cast_agent
always linked for native targets.
The WASM mio failure is addressed separately by running the
release without build_web until proper wasm cfg gating lands.
② script/linux/bundle: restore missing BUNDLE_ID assignment
The earlier fi-restoration edit accidentally omitted the
BUNDLE_ID="dev.castcodes.$APP_NAME" line that was present
before our edits. Without it, bundle_install and bundle_appimage
cannot find the .desktop file for the oss channel.1 parent 292638e commit 6bab67d
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
| |||
0 commit comments