diff options
| author | Brendan Allan <[email protected]> | 2025-12-16 18:33:04 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2025-12-16 18:33:04 +0800 |
| commit | 87efd274593c1e104f839e5e103d39dcd39f341e (patch) | |
| tree | 7fb8177bf0d861f27ad24edd11fea973f095ed70 /packages/tauri/scripts | |
| parent | 62f080b0e45194b7930eedb1e52675fdb72c9809 (diff) | |
| download | opencode-87efd274593c1e104f839e5e103d39dcd39f341e.tar.gz opencode-87efd274593c1e104f839e5e103d39dcd39f341e.zip | |
tauri: macos-only app menu
Diffstat (limited to 'packages/tauri/scripts')
| -rw-r--r-- | packages/tauri/scripts/predev.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/tauri/scripts/predev.ts b/packages/tauri/scripts/predev.ts index 6b69a3ae5..218215197 100644 --- a/packages/tauri/scripts/predev.ts +++ b/packages/tauri/scripts/predev.ts @@ -1,4 +1,3 @@ -import * as fs from "node:fs/promises" import { $ } from "bun" import { copyBinaryToSidecarFolder, getCurrentSidecar } from "./utils" |
