()
| 28 | prod: "ai.opencode.desktop", |
| 29 | } |
| 30 | function tauriAppId() { |
| 31 | return app.isPackaged ? TAURI_APP_IDS[CHANNEL] : "ai.opencode.desktop.dev" |
| 32 | } |
| 33 | |
| 34 | // Migrate a single Tauri .dat file into the corresponding electron-store. |
| 35 | // `opencode.settings.dat` is special: it maps to the `opencode.settings` store |