From c9d4a72e094eaf1743a5e4d89cc59ce5370676af Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Thu, 3 Oct 2024 19:43:56 -0500 Subject: [PATCH] dont install create-dmg --- prepare_assets.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/prepare_assets.sh b/prepare_assets.sh index 487b086ee10..08129c7148f 100755 --- a/prepare_assets.sh +++ b/prepare_assets.sh @@ -86,7 +86,6 @@ if [[ "${OS_NAME}" == "osx" ]]; then if [[ "${SHOULD_BUILD_DMG}" != "no" ]]; then echo "Building and moving DMG" pushd "VSCode-darwin-${VSCODE_ARCH}" - npm install --global create-dmg@6.1.0 && npx create-dmg ./*.app . mv ./*.dmg "../assets/${APP_NAME}.${VSCODE_ARCH}.${RELEASE_VERSION}.dmg" popd