-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
3,862 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# install our .desktop file so the Applications menu will see it | ||
install (FILES com.github.stsdc.monitor.desktop DESTINATION share/applications/) | ||
# install our .appdata.xml file so AppCenter will see it | ||
install (FILES com.github.stsdc.monitor.appdata.xml DESTINATION share/metainfo/) | ||
|
||
install (FILES icons/16/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/16x16/apps) | ||
install (FILES icons/24/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/24x24/apps) | ||
install (FILES icons/32/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/32x32/apps) | ||
install (FILES icons/48/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/48x48/apps) | ||
install (FILES icons/64/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/64x64/apps) | ||
install (FILES icons/128/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/128x128/apps) | ||
|
||
install (FILES icons/64/com.github.stsdc.monitor.svg DESTINATION share/icons/hicolor/scalable/apps) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.