Skip to content

Commit

Permalink
build script updated to 0.92.2.quartz.v3
Browse files Browse the repository at this point in the history
  • Loading branch information
valerioa committed Dec 10, 2017
1 parent 87ceb6b commit bddee98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions valerio-build/build-0.92.2
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ mkdir -p /Applications/Inkscape.app/Contents/Resources/var/cache/fontconfig

# optional: remove backup
# rm -fR /Applications/Inkscape_Backup.app

#
VERSION="0.92.2 v3"
mkdir "Inkscape ${VERSION}"
rsync -Sav /Applications/Inkscape.app "Inkscape ${VERSION}"/
Expand All @@ -114,6 +116,8 @@ test -f "Inkscape ${VERSION}.dmg" && rm "Inkscape ${VERSION}.dmg"
--icon "Inkscape" 465 225 \
"Inkscape ${VERSION}.dmg" \
"Inkscape ${VERSION}"
rm -fR "Inkscape ${VERSION}"




0 comments on commit bddee98

Please sign in to comment.