Skip to content

Commit

Permalink
fixed volume name
Browse files Browse the repository at this point in the history
  • Loading branch information
DraconPern committed Oct 14, 2016
1 parent 061ef32 commit 406e152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export MACOSX_DEPLOYMENT_TARGET=10.9
./build.sh $1

cd $BUILD_DIR/build-$TYPE
hdiutil create -volname dovo -srcfolder $BUILD_DIR/build-$TYPE/finaco.app -ov -format UDZO finaco.dmg
hdiutil create -volname finaco -srcfolder $BUILD_DIR/build-$TYPE/finaco.app -ov -format UDZO finaco.dmg

0 comments on commit 406e152

Please sign in to comment.