Repath icons to match their linux install locations, add installer and desktop file

This commit is contained in:
2025-09-03 20:26:26 -05:00
parent 9f57ba69ac
commit 0cd84cac2b
13 changed files with 339 additions and 4 deletions

View File

@@ -33,3 +33,17 @@ install(
BUNDLE DESTINATION .
)
install(
DIRECTORY
icons
DESTINATION
share
)
install(
FILES
net.drinkingtea.sc9k.desktop
DESTINATION
share/applications
)