Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code signing flexibility for multiple Windows targets #8009

Open
smasuda-isi opened this issue Jan 26, 2024 · 2 comments
Open

Code signing flexibility for multiple Windows targets #8009

smasuda-isi opened this issue Jan 26, 2024 · 2 comments
Labels

Comments

@smasuda-isi
Copy link

  • Electron-Builder Version: 24.6.3
  • Node Version: 18.13.0
  • Electron Version: 26.0.0
  • Electron Type (current, beta, nightly):
  • Target: Windows

Is there any way to designate specific Windows targets to sign? I want to build an unsigned zip for easy testing and a signed AppX for deployment.

The only way I can think of to do this currently is to have 2 separate electron-builder config files.

@mmaietta
Copy link
Collaborator

I think you can use nsis.signAndEditExecutable: false and appx.signAndEditExecutable: true in your config?
https://www.electron.build/configuration/win

Copy link
Contributor

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants