Skip to content

Commit 1a34e50

Browse files
author
Akos Kitta
committed
fix: macos verify step
1 parent c7d8e88 commit 1a34e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/internal/release-procedure.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ Creating the release for Ubuntu 18.04 ([arduino/arduino-ide#2018](https://github
277277

278278
```sh
279279
VERSION="<TODO: release version>"
280-
hdiutil attach ./electron-app/dist/arduino-ide_$VERSION_macOS_ARM64.dmg \
281-
&& cp -R /Volumes/Arduino\ IDE\ $VERSION-arm64/Arduino\ IDE.app ~/Desktop \
282-
&& hdiutil unmount /Volumes/Arduino\ IDE\ $VERSION-arm64 \
280+
hdiutil attach ./electron-app/dist/arduino-ide_${VERSION}_macOS_arm64.dmg \
281+
&& cp -R /Volumes/Arduino\ IDE\ ${VERSION}-arm64/Arduino\ IDE.app ~/Desktop \
282+
&& hdiutil unmount /Volumes/Arduino\ IDE\ ${VERSION}-arm64 \
283283
&& codesign -dv --verbose=4 ~/Desktop/Arduino\ IDE.app \
284284
&& ~/Desktop/Arduino\ IDE.app/Contents/MacOS/Arduino\ IDE
285285
```

0 commit comments

Comments
 (0)