Commit Graph

5 Commits

Author SHA1 Message Date
rderooy
7a481e51ec Move shaders to contrib/shaders
And update references. I hope this does not break the windows build.
2020-09-09 11:12:30 +02:00
rderooy
f2c0acbe8a Move src/cfggui.ico pause.ico and mapper.ico to contrib/icons 2020-09-09 09:18:34 +02:00
rderooy
982a363630 Move src/dosbox.ico to contrib/icons/dosbox-x.ixo
This could break the windows build, which I did not test!
2020-09-09 09:14:11 +02:00
rderooy
8c5772b54c Move src/dosbox.png to contrib/icons/dosbox-x.png 2020-09-09 08:51:21 +02:00
rderooy
662e2a64b9 Switch linux to SVG icon
I found that the icon used by DOSBox-X comes from
https://www.vogons.org/viewtopic.php?p=79575#p79575

Which apart from Windows and Mac icons also included a SVG icon
which is preferred on Linux, and looks nicer. So add the SVG icon
and update 'make install' and make-rpm.sh to use it.
The SVG icon is placed in contrib/icons

p.s. I found that the tar operation in make-rpm.sh blindly assumes
the directory containing the tree to be named "dosbox-x", instead
of just the current directory, it effectively will tar
../dosbox-x even if your in, say, dosbox-x.clone to keep different
trees apart... I did not change this for now, but it is something
to watch out for.
2020-09-08 16:09:42 +02:00