Skip to content

Commit 9f8ea16

Browse files
committed
Change location of portablestuff folder
1 parent a196963 commit 9f8ea16

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci-scripts/osx/travis-buildpkg.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22
export 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
99
echo ">>> Creating $TOONZDIR/OpenToonz-OTX-osx.dmg"
1010
hdiutil create $TOONZDIR/OpenToonz-OTX-osx.dmg -ov -volname OpenToonzPortable -fs HFS+ -srcfolder $TOONZDIR/OTX -format UDZO

0 commit comments

Comments
 (0)