Skip to content

Commit

Permalink
fix prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Dec 9, 2024
1 parent 8763ad9 commit 6ce866e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/prebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { fileURLToPath } from "node:url";
import { exec as execCb } from "node:child_process";
import { env } from "node:process";
import { promisify } from "node:util";
import { createTauriPlatformConfigs } from "../apps/desktop/scripts/prepare";
import { createTauriPlatformConfigs } from "../apps/desktop/scripts/prepare.js";

const exec = promisify(execCb);
const signId = env.APPLE_SIGNING_IDENTITY || "-";
Expand Down Expand Up @@ -73,7 +73,6 @@ rustflags = [
});
} else if (os === "windows") {
// const binFiles = await fs.readdir(path.join(nativeDeps, "bin"));

// await fs.writeFile(
// `${srcTauri}/tauri.windows.conf.json`,
// JSON.stringify(
Expand Down

1 comment on commit 6ce866e

@vercel
Copy link

@vercel vercel bot commented on 6ce866e Dec 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.