diff --git a/apps/desktop/copy-binaries.ts b/apps/desktop/copy.ts similarity index 100% rename from apps/desktop/copy-binaries.ts rename to apps/desktop/copy.ts diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 3713e68..245f870 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "build": "tauri build", - "copy-binaries": "bun copy-binaries.ts", + "copy": "bun copy.ts", "dev": "tauri dev" }, "devDependencies": {