Skip to content

Commit

Permalink
fix electron cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Jan 8, 2025
1 parent ac28fb2 commit d09a0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/libs/plugin-electron/forge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export const forge = async (

const logs = await runWithLiveLogs(
process.execPath,
[forge, action, '--', '--arch', finalArch, '--platform', finalPlatform],
[forge, action, /* '--', */ '--arch', finalArch, '--platform', finalPlatform],
{
cwd: destinationFolder,
env: {
Expand Down

0 comments on commit d09a0c3

Please sign in to comment.