mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-02-09 16:28:46 +01:00
Fix of destination of the icons
This commit is contained in:
parent
f8455d5ea4
commit
41fb94e4e8
@ -93,10 +93,10 @@ add_subdirectory(WixInstaller)
|
|||||||
message("CMAKE_PREFIX_PATH = " ${CMAKE_PREFIX_PATH})
|
message("CMAKE_PREFIX_PATH = " ${CMAKE_PREFIX_PATH})
|
||||||
message("CMAKE_TOOLCHAIN_FILE = " ${CMAKE_TOOLCHAIN_FILE})
|
message("CMAKE_TOOLCHAIN_FILE = " ${CMAKE_TOOLCHAIN_FILE})
|
||||||
|
|
||||||
install(FILES Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocDiff.desktop Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocPageOrganizer.desktop Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerLite.desktop Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerProfi.desktop DESTINATION share/applications)
|
install(FILES Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocDiff.desktop Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocPageOrganizer.desktop Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerLite.desktop Desktop/io.github.JakubMelka.Pdf4qt.desktop DESTINATION share/applications)
|
||||||
install(FILES Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocDiff.svg Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocPageOrganizer.svg Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerLite.svg Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerProfi.svg DESTINATION share/icons)
|
install(FILES Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocDiff.svg Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtDocPageOrganizer.svg Desktop/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerLite.svg Desktop/io.github.JakubMelka.Pdf4qt.svg DESTINATION share/icons/hicolor/scalable/apps)
|
||||||
install(FILES Desktop/io.github.JakubMelka.Pdf4qt.appdata.xml DESTINATION share/metainfo)
|
install(FILES Desktop/io.github.JakubMelka.Pdf4qt.appdata.xml DESTINATION share/metainfo)
|
||||||
install(FILES Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtDocDiff.png Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtDocPageOrganizer.png Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerLite.png Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerProfi.png DESTINATION share/icons/hicolor/128x128/apps)
|
install(FILES Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtDocDiff.png Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtDocPageOrganizer.png Desktop/128x128/io.github.JakubMelka.Pdf4qt.Pdf4QtViewerLite.png Desktop/128x128/io.github.JakubMelka.Pdf4qt.png DESTINATION share/icons/hicolor/128x128/apps)
|
||||||
|
|
||||||
configure_file(make-package.sh.in make-package.sh)
|
configure_file(make-package.sh.in make-package.sh)
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
@ -21,7 +21,7 @@
|
|||||||
<url type="help">https://github.com/JakubMelka/PDF4QT/discussions</url>
|
<url type="help">https://github.com/JakubMelka/PDF4QT/discussions</url>
|
||||||
<update_contact>Mgr.Jakub.Melka_AT_gmail.com</update_contact>
|
<update_contact>Mgr.Jakub.Melka_AT_gmail.com</update_contact>
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<launchable type="desktop-id">io.github.JakubMelka.Pdf4qt.Pdf4QtViewerProfi.desktop</launchable>
|
<launchable type="desktop-id">io.github.JakubMelka.Pdf4qt.desktop</launchable>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.3.5" date="2023-09-08"/>
|
<release version="1.3.5" date="2023-09-08"/>
|
||||||
<release version="1.3.4" date="2023-08-03"/>
|
<release version="1.3.4" date="2023-08-03"/>
|
||||||
|
@ -4,7 +4,7 @@ Type=Application
|
|||||||
Name=PDF4QT Viewer Profi
|
Name=PDF4QT Viewer Profi
|
||||||
Comment=Edit and modify PDF files
|
Comment=Edit and modify PDF files
|
||||||
Exec=Pdf4QtViewerProfi
|
Exec=Pdf4QtViewerProfi
|
||||||
Icon=io.github.JakubMelka.Pdf4qt.Pdf4QtViewerProfi.svg
|
Icon=io.github.JakubMelka.Pdf4qt.svg
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Office
|
Categories=Office
|
||||||
MimeType=application/pdf
|
MimeType=application/pdf
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
Loading…
x
Reference in New Issue
Block a user