From d11aaa8dde44e15669b1cb80332f57704d3ab772 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 4 Mar 2024 10:54:29 +0100 Subject: [PATCH] rm nvm --- apps/remixdesktop/notarize.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remixdesktop/notarize.sh b/apps/remixdesktop/notarize.sh index 7f3d6c1c56..481ad1b2fb 100644 --- a/apps/remixdesktop/notarize.sh +++ b/apps/remixdesktop/notarize.sh @@ -3,7 +3,6 @@ echo "Argument 1: $1" echo "Argument 2: $2" -nvm use 20 xcrun notarytool store-credentials "notarytool-password" \ --apple-id ${APPLE_ID} \ --team-id ${APPLE_TEAM_ID} \