Skip to content

Commit

Permalink
added support for Mojave
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelo committed Oct 20, 2018
1 parent c119612 commit e0469aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
October 20, 2018 v1.6
- simplified check for macos starting with High Sierra in order not to
break on the successor of Mojave

September 25, 2018 v1.5
- added support for macOS Mojave

Expand Down
2 changes: 1 addition & 1 deletion osxapp_vers
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ else
exit
fi

if [[ -e "$APPNAME/Contents/SharedSupport/BaseSystem.dmg" ]]; then
if [ -f "$APPNAME/Contents/SharedSupport/BaseSystem.dmg" ]; then
# Starting with High Sierra ...
# Mount the BaseSystem.dmg
hdiutil attach "$APPNAME/Contents/SharedSupport/BaseSystem.dmg" \
Expand Down

0 comments on commit e0469aa

Please sign in to comment.