Skip to content

Commit c9d4a72

Browse files
committed
dont install create-dmg
1 parent fd5f441 commit c9d4a72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

prepare_assets.sh

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ if [[ "${OS_NAME}" == "osx" ]]; then
8686
if [[ "${SHOULD_BUILD_DMG}" != "no" ]]; then
8787
echo "Building and moving DMG"
8888
pushd "VSCode-darwin-${VSCODE_ARCH}"
89-
npm install --global [email protected] &&
9089
npx create-dmg ./*.app .
9190
mv ./*.dmg "../assets/${APP_NAME}.${VSCODE_ARCH}.${RELEASE_VERSION}.dmg"
9291
popd

0 commit comments

Comments
 (0)