Skip to content

Commit

Permalink
Fix OSX packaging script
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Feb 9, 2019
1 parent 8c46d4d commit 91edf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3-package-osx-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mkapp()
[ ! -d ${APPDIR} ] || rm -rf ${APPDIR}
[ ! -d ${APPDIR_FINAL} ] || rm -rf ${APPDIR_FINAL}

cp -Rf "${SCRIPTPATH}/autobuild/app-template" "$APPDIR"
cp -Rf "${SCRIPTPATH}/autobuild/osx/app-template" "$APPDIR"
mv ${APPDIR}/Contents/MacOS/synfigstudio $APPDIR/Contents/MacOS/SynfigStudio || true

#mkdir -p "$APPCONTENTS/bin"
Expand Down

0 comments on commit 91edf60

Please sign in to comment.