AsteroidOS / asteroid-weather

Default weather app for AsteroidOS
GNU General Public License v3.0
8 stars 6 forks source link

Move main library file to CMAKE_INSTALL_LIBDIR and add a launch script #20

Closed PureTryOut closed 1 year ago

PureTryOut commented 1 year ago

Previously the main program file was installed to /usr/bin, mistakingly giving the impression it could be executed as is. However it isn't a binary but a library that gets executed through invoker. To prevent confusion move it to /usr/lib and add a launch script to /usr/bin instead which launches it through invoker

MagneFire commented 1 year ago

This PR is missing the .desktop.template adjustment (https://github.com/AsteroidOS/asteroid-flashlight/pull/14/files#diff-a8f2213d2a4e1fb3124e457a96079c520f6b2c2ead9a04387e6d2a051bfade7dL4).