mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-10 05:51:53 -05:00
Releases 1.89.0.24127 doesn't contains Mac OS binary #345
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sendaoYan on GitHub.
Describe the bug
Releases 1.89.0.24127 doesn't contains macos binary
Please confirm that this problem is VSCodium-specific
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Expected behavior
1.88.1.24104 has contains dmg binary:
Screenshots

Desktop (please complete the following information):
@daiyam commented on GitHub:
Yep, it's a know issue. But I've decided to buy an Apple's developer account to get a valid certificate.
@daiyam commented on GitHub:
Yep, I've been pondering what to do since Sunday... (logs added in the Insiders version).
But I thinking I've already seen the
CSSMERR_TP_CERT_EXPIREDerror but I can't be sure.Renew the certificate / Get an official from Apple.
What happens when the certificate change? Broken update?
@daiyam commented on GitHub:
Hi, the latest Insiders version is notarized.
Can you test it? https://github.com/VSCodium/vscodium-insiders/releases/tag/1.90.0.24153-insider
By the way, you will need to manually update since the certificate has been changed (the update process fails the verification of the downloaded app).
@wanderingmeow commented on GitHub:
During the build process, an error occurred due to an expired codesign certificate (CSSMERR_TP_CERT_EXPIRED). The build logs can be found here: https://github.com/VSCodium/vscodium/actions/runs/8962504270/job/24611461953#step:9:38.
It appears that the developer certificate from @stripedpajamas to sign the software has expired, or there is something wrong with the CI configuration, but I've checked and it doesn't seem to have changed recently.
Reference: https://forums.developer.apple.com/forums/thread/712043
@wanderingmeow commented on GitHub:
I tried compiling with an ad-hoc certificate (self-generated) using CI:
0a0a9c8a16, and ran the action.So far, it seems to work fine, except for an initial startup issue where I'm prompted to access "VSCodium Safe Storage" in the keychain.
An issue that may affect users with full security enabled: the "Apple cannot check the app for malicious software" alert. This might occur every time the app is updated, as shown in the screenshot:
@daiyam commented on GitHub:
Ok, so it's a new thing for
1.90. Thanks for the update.@sendaoYan commented on GitHub:
The new version report a faillure when install the chinese language:
End of central directory record signature not found. Either not a zip file, or file is truncated.@daiyam commented on GitHub:
@jeanp413 I've done the patch in https://github.com/VSCodium/vscodium/pull/1915
@jeanp413 commented on GitHub:
I was about to create an issue about this, it's an open-vsx bug already reported https://github.com/eclipse/openvsx/issues/922 and merged https://github.com/eclipse/openvsx/pull/928 but not deployed
@daiyam you could skip the signature verification for this release here
3c72b12e44@daiyam commented on GitHub:
Same error for any extension...
I need to check on another os since the error seems like to be about a bad zip file.
@daiyam commented on GitHub:
The macOS versions are available for x86 and arm
@waja commented on GitHub:
Hmm ... I can't find any arm dmg at https://github.com/VSCodium/vscodium/releases/tag/1.90.0.24158
@daiyam commented on GitHub:
Yep. The job is failing, I'm working on it (https://github.com/VSCodium/vscodium/actions/runs/9405828286)