Change domain name

This commit is contained in:
2022-11-21 12:27:10 +01:00
parent be567841bf
commit 1a1399434b
8 changed files with 10 additions and 19 deletions
+4 -4
View File
@@ -97,11 +97,11 @@ if(UNIX AND NOT APPLE)
install(SCRIPT install.cmake)
else()
if(DEFINED ENV{FLATPAK_DEST})
install(FILES org.nou.tenmon.desktop DESTINATION "$ENV{FLATPAK_DEST}/share/applications")
install(FILES org.nou.tenmon.png DESTINATION "$ENV{FLATPAK_DEST}/share/icons/hicolor/32x32/apps")
install(FILES space.nouspiro.tenmon.desktop DESTINATION "$ENV{FLATPAK_DEST}/share/applications")
install(FILES space.nouspiro.tenmon.png DESTINATION "$ENV{FLATPAK_DEST}/share/icons/hicolor/64x64/apps")
else()
install(FILES org.nou.tenmon.desktop DESTINATION "/usr/share/applications")
install(FILES org.nou.tenmon.png DESTINATION "/usr/share/icons/hicolor/32x32/apps")
install(FILES space.nouspiro.tenmon.desktop DESTINATION "/usr/share/applications")
install(FILES space.nouspiro.tenmon.png DESTINATION "/usr/share/icons/hicolor/64x64/apps")
endif()
endif()
endif(UNIX AND NOT APPLE)