-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Failing to sign the Windows build on Linux #578
Comments
Known issue. And you are first user who reported about it ;) |
@develar Glad to know it's a "real" issue. Any timeline for resolution, anything I can do to help move this along? Also, any work-arounds for signing in the interim would be welcomed, thanks! Oh also, this is with electron-builder 5.14.2, osslsigncode 1.7.1, wine 1.8, mono 4.4.1 on a ubuntu vm. |
Workaround — use free Appveyour CI to build and sign. I don't have a lot of free time, but this issue is planned to be fixed soon. |
@develar Thanks for the update. Is there a working branch/pr for this issue? I'd love to contribute but don't want to step on any toes. I will also investigate Appveyor, just a bummer since I literally just got the builds working for Travis, now I gotta throw it away 😄 Also likely not free since the project in question is not oss. |
On Travis you can build win on OS X — sign works. Please see https://github.com/electron-userland/electron-builder/blob/master/.travis.yml#L20 (all except git lfs pull) how to install wine on OS X Travis agent. |
If you can investigate why |
To workaround this I add |
@pisys Thanks for investigation!
win10 requires sha256 |
Ok, then Anyway, why is signing done before packaging (see winPackager.ts#L105-106). Shouldn't it be the other way round? Windows tells me that the package is not signed. When I disable signing by |
Because we must sign all — app exe, update exe, installer exe.
Please try |
Yeah, thx! Works there. |
We are building a Windows Desktop version using a Linux environment. We correctly build the app, but when electron-builder tries to sign it, the following error happens:
We are using osslsigncode 1.7.1 ( latest ), wine-1.9.9 and mono 4.2.3.
Any idea what is creating the error?
The text was updated successfully, but these errors were encountered: