Skip to content

Commit

Permalink
this commit marks the release point of version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhogomchungu committed Jan 30, 2021
1 parent 88ed4e8 commit 4662669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ install(FILES src/media-downloader.desktop
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications)

install(FILES src/media-downloader.png
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/pixmaps)

file( WRITE ${PROJECT_BINARY_DIR}/version.h
"
Expand Down
3 changes: 2 additions & 1 deletion src/media-downloader.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[Desktop Entry]
Categories=Video
Comment[en_US]=Downloads Online Media Files
Comment=Downloads Online Media Files
Exec=media-downloader
GenericName[en_US]=Downloads Online Media Files
GenericName=Downloads Online Media Files
Icon=media-downloader.png
Icon=media-downloader
MimeType=
Name[en_US]=Media Downloader
Name=Media Downloader
Expand Down

0 comments on commit 4662669

Please sign in to comment.