File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22export TOONZDIR=toonz/build/toonz
3- echo " >>> Creating folder: $TOONZDIR /OTX/OpenToonzPortable "
4- mkdir -p $TOONZDIR /OTX/OpenToonzPortable folder
5- echo " >>> Copying $TOONZDIR /OpenToonz.app to $TOONZDIR /OTX/OpenToonzPortable "
6- cp -r $TOONZDIR /OpenToonz.app $TOONZDIR /OTX/OpenToonzPortable
7- echo " >>> Copying stuff $TOONZDIR /OTX/OpenToonzPortable /portablestuff"
8- cp -r stuff $TOONZDIR /OTX/OpenToonzPortable /portablestuff
3+ echo " >>> Creating folder: $TOONZDIR /OTX"
4+ mkdir $TOONZDIR /OTX folder
5+ echo " >>> Copying $TOONZDIR /OpenToonz.app to $TOONZDIR /OTX"
6+ cp -r $TOONZDIR /OpenToonz.app $TOONZDIR /OTX
7+ echo " >>> Copying stuff $TOONZDIR /OTX/OpenToonz.app /portablestuff"
8+ cp -r stuff $TOONZDIR /OTX/OpenToonz.app /portablestuff
99echo " >>> Creating $TOONZDIR /OpenToonz-OTX-osx.dmg"
1010hdiutil create $TOONZDIR /OpenToonz-OTX-osx.dmg -ov -volname OpenToonzPortable -fs HFS+ -srcfolder $TOONZDIR /OTX -format UDZO
You can’t perform that action at this time.
0 commit comments