File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,9 @@ Creating the release for Ubuntu 18.04 ([arduino/arduino-ide#2018](https://github
277
277
278
278
` ` ` sh
279
279
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 \
283
283
&& codesign -dv --verbose=4 ~ /Desktop/Arduino\ IDE.app \
284
284
&& ~ /Desktop/Arduino\ IDE.app/Contents/MacOS/Arduino\ IDE
285
285
` ` `
You can’t perform that action at this time.
0 commit comments