changed binary name on mac

This commit is contained in:
Jeena 2015-03-01 10:07:47 +01:00
parent 873c8f32e8
commit 81a062296e
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ RESOURCES += \
mac {
RC_FILE = misc/Icon.icns
TARGET = FeedTheMonkey
}
unix {

View file

@ -6,7 +6,7 @@ html, body {
body {
background: #eee;
font-family: sans-serif;
padding: 10pt 15pt;
padding: 2em;
font-weight: lighter;
}