From c8eccc7e9ddc6da900da26542fcb26482010ac9c Mon Sep 17 00:00:00 2001 From: lewisakura Date: Fri, 13 Sep 2024 22:02:34 +0100 Subject: [PATCH 1/2] ci: add signing certificate password for mac [skip ci] --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4db4bda..df19ee7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,6 +52,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} CSC_LINK: ${{ secrets.APPLE_SIGNING_CERT }} + CSC_KEY_PASSWORD: ${{ secrets.APPLE_SIGNING_CERT_PASSWORD }} API_KEY: ${{ secrets.APPLE_API_KEY }} APPLE_API_KEY: apple.p8 APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }} From 24fbf35542d281746a16fd83f6af46e98f1ea5e0 Mon Sep 17 00:00:00 2001 From: v Date: Fri, 13 Sep 2024 23:16:42 +0200 Subject: [PATCH 2/2] https://x.com/ArmCordClient/status/1834617546445672703 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af62292..bde71ff 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you don't know the difference, pick the Installer. - [Installer](https://vencord.dev/download/vesktop/universal/windows) - Portable: - [x64 / amd64](https://vencord.dev/download/vesktop/amd64/windows-portable) - - [arm64](https://vencord.dev/download/vesktop/arm64/windows-portable) + - [ArmĀ® 64](https://vencord.dev/download/vesktop/arm64/windows-portable) ### Mac @@ -41,7 +41,7 @@ If you don't know the difference, pick amd64. - [Ubuntu/Debian (.deb)](https://vencord.dev/download/vesktop/amd64/deb) - [Fedora/RHEL (.rpm)](https://vencord.dev/download/vesktop/amd64/rpm) - [tarball](https://vencord.dev/download/vesktop/amd64/tar) -- arm64 / aarch64 +- ArmĀ® 64 / aarch64 - [AppImage](https://vencord.dev/download/vesktop/arm64/appimage) - [Ubuntu/Debian (.deb)](https://vencord.dev/download/vesktop/arm64/deb) - [Fedora/RHEL (.rpm)](https://vencord.dev/download/vesktop/arm64/rpm)