Skip to content

Commit fd3b5c1

Browse files
authored
use APFS for dmg (#1420)
1 parent c4100e4 commit fd3b5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/package_app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ else # Mac
131131
rm -f GPSBabelFE.dmg
132132
# macdeploytqt likes relative paths or else the dmg mount points get funky.
133133
APPBUNDLE="$(basename "$APPDIR")"
134-
"${MACDEPLOYQT}" "${APPBUNDLE}" -executable="${APPBUNDLE}/Contents/MacOS/gpsbabel" -dmg -verbose=2
134+
"${MACDEPLOYQT}" "${APPBUNDLE}" -executable="${APPBUNDLE}/Contents/MacOS/gpsbabel" -dmg -verbose=2 -fs=APFS
135135
popd
136136
fi

0 commit comments

Comments
 (0)