-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Releases 1.89.0.24127 doesn't contains Mac OS binary #1868
Comments
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 |
Yep, I've been pondering what to do since Sunday... (logs added in the Insiders version). Renew the certificate / Get an official from Apple. |
I tried compiling with an ad-hoc certificate (self-generated) using CI: https://github.com/wanderingmeow/vscodium/commit/0a0a9c8a165198d7c0fbd76141f4b3ade6a865b1, 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: |
Yep, it's a know issue. But I've decided to buy an Apple's developer account to get a valid certificate. |
Hi, the latest Insiders version is notarized. 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). |
The new version report a faillure when install the chinese language:
|
Same error for any extension... I need to check on another os since the error seems like to be about a bad zip file. |
I was about to create an issue about this, it's an open-vsx bug already reported eclipse/openvsx#922 and merged eclipse/openvsx#928 but not deployed @daiyam you could skip the signature verification for this release here gitpod-io/openvscode-server@3c72b12 |
Ok, so it's a new thing for |
Hmm ... I can't find any arm dmg at https://github.com/VSCodium/vscodium/releases/tag/1.90.0.24158 |
Yep. The job is failing, I'm working on it (https://github.com/VSCodium/vscodium/actions/runs/9405828286) |
The macOS versions are available for x86 and arm |
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):
The text was updated successfully, but these errors were encountered: