Skip to content

Commit

Permalink
dont install create-dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 4, 2024
1 parent fd5f441 commit c9d4a72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prepare_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] &&
npx create-dmg ./*.app .
mv ./*.dmg "../assets/${APP_NAME}.${VSCODE_ARCH}.${RELEASE_VERSION}.dmg"
popd
Expand Down

0 comments on commit c9d4a72

Please sign in to comment.