Trilarion / imperialism-remake

Imperialism remake
https://remake.twelvepm.de/
GNU General Public License v3.0
53 stars 19 forks source link

Set the application icon in Linux #16

Open Trilarion opened 6 years ago

Trilarion commented 6 years ago

See also discussion in #7

krs013 commented 6 years ago

It may be that this is as simple as modifying setup.py. I'm not clear on this yet, but py2app for macOS just uses the setup.py configuration, and the icon is just an option that is passed from setup.py to py2app. I wonder if it's possible to use a single setup.py for all OS's, or if we'll have to make a special one for each...

Trilarion commented 6 years ago

Using additional parameters in setup.py should mostly be neutral with respect to other OS's, so I wouldn't expect anything preventing us from a single setup.py there.