Skip to content

Commit

Permalink
create-dmg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 3, 2024
1 parent 466adbd commit fd5f441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ 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 fd5f441

Please sign in to comment.