Skip to main content

All Questions

1 vote
1 answer
204 views

Electron code signing and to windows store

I want to publish an electron app to the Window Stores and the cost Microsoft says is $19. Does that include code signing? I heard code signing certificate cost a lot? Does that $19 cover it?
Kim Mỹ's user avatar
  • 410
3 votes
1 answer
322 views

Does code-signing with the same certificate work on both windows and macOS?

I have built an application using electron and I wanted to sign it using a certificate so that it is not marked as malware on the user's machine. This application needs to run on both windows and ...
Devansh Rathi's user avatar
1 vote
0 answers
162 views

Windows .appx code signing process with Electron

I have compiled an Ionic app into a Desktop app with Electron and I got an .appx file at the end, but when it comes to signing the app, the process of how to sign and which type of certificate I ...
InferDark392's user avatar
1 vote
1 answer
719 views

I want to avoid signing a windows application

I am thinking about trying to develop a windows application. I will probably use Ionic and electron with angular. From what I am reading, it sounds like I have to purchase some kind of license to ...
Ethan Powers's user avatar
1 vote
0 answers
100 views

What files do I need to code sign on Windows Electron app?

I want to sign a Windows Electron app. Do I only need to sign the installer that will be downloaded by the user or do I also need to sign the .exe (or .dll files) before they will be packaged by the ...
DaveJ's user avatar
  • 2,397
1 vote
0 answers
235 views

How much time is it necessary for an electron app certificate to build enough trust?

I have signed my electron application on Windows with an Code Signing Certificate. According to https://www.electron.build/code-signing, the app will show "a warning during installation that goes away ...
trespatatas's user avatar
3 votes
1 answer
3k views

Signing a Windows installer (.exe) for application created using Electron

I have a simple app built using Electron framework. I packaged the code using electron-packager-interactive. I also created a Windows installer file which is ready for distribution using Inno Setup ...
Suraj A J's user avatar
  • 359