Skip to content

Commit

Permalink
added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
valerioa committed Dec 9, 2017
1 parent af16edd commit 87ceb6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion valerio-build/build-0.92.2
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ cp Inkscape /Applications/Inkscape.app/Contents/MacOS
rsync -Sav icons/Tango /Applications/Inkscape.app/Contents/Resources/share/icons/
cp etc/gtk-2.0/gtkrc /Applications/Inkscape.app/Contents/Resources/etc/gtk-2.0/
rsync -Sav themes/Mac /Applications/Inkscape.app/Contents/Resources/share/themes/
cp icons/Inkscape*icns /Applications/Inkscape.app/Contents/Resources/


# Packaging
./gen_keepers ; say Done! # this takes a bit of time
mv /Applications/Inkscape.app /Applications/Inkscape_Backup.app
mkdir /Applications/Inkscape.app
rsync -Sav --files-from=./keepers /Applications/Inkscape_Backup.app/ /Applications/Inkscape.app/ ; say Done!
mkdir -p /Applications/Inkscape.app/var/cache/fontconfig
mkdir -p /Applications/Inkscape.app/Contents/Resources/var/cache/fontconfig

# optional: remove backup
# rm -fR /Applications/Inkscape_Backup.app
Expand Down
Binary file added valerio-build/icons/Inkscape-Generic.icns
Binary file not shown.
Binary file added valerio-build/icons/Inkscape.icns
Binary file not shown.

0 comments on commit 87ceb6b

Please sign in to comment.