Skip to content

Commit

Permalink
better handling of unused icons
Browse files Browse the repository at this point in the history
  • Loading branch information
avibrazil committed Oct 10, 2016
1 parent adaaaa1 commit c33bc57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ RDM.app: SetResX Resources Info.plist monitor.icns
mkdir -p RDM.app/Contents/MacOS/
cp SetResX RDM.app/Contents/MacOS/
cp -r Info.plist Resources RDM.app/Contents
rm RDM.app/Contents/Resources/Icon_512x512.png
rm RDM.app/Contents/Resources/StatusIcon_sel.png
rm RDM.app/Contents/Resources/StatusIcon_sel@2x.png
mv monitor.icns RDM.app/Contents/Resources


Expand Down

0 comments on commit c33bc57

Please sign in to comment.