From 56b96bded9555d4de13fd35790958ae62ae3e903 Mon Sep 17 00:00:00 2001 From: splatterxl Date: Mon, 6 May 2024 19:27:32 +0100 Subject: [PATCH 1/2] simplify mac links in readme (#585) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af498a8..a3f8893 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ If you don't know the difference, pick the Installer. ### Mac -If you don't know the difference, pick amd64 +If you don't know the difference, pick the Intel build. -- [amd64 / x86_64](https://vencord.dev/download/vesktop/amd64/dmg) -- [arm64 / aarch64](https://vencord.dev/download/vesktop/arm64/dmg) +- [Intel build (amd64)](https://vencord.dev/download/vesktop/amd64/dmg) +- [Apple Silicon (arm64)](https://vencord.dev/download/vesktop/arm64/dmg) ### Linux From d11a9a04ff42ff8f2baa694c9747f8570aa48f58 Mon Sep 17 00:00:00 2001 From: Nick <31907977+zt64@users.noreply.github.com> Date: Tue, 7 May 2024 21:47:30 -0400 Subject: [PATCH 2/2] chore: update pnpm to latest version (#590) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 145d207..a77a3ff 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "typescript": "^5.4.2", "xml-formatter": "^3.6.2" }, - "packageManager": "pnpm@8.11.0", + "packageManager": "pnpm@9.1.0", "engines": { "node": ">=18", "pnpm": ">=8"