Changeset 389 for trunk/Install/flatpak


Ignore:
Timestamp:
Jan 5, 2025, 7:52:37 PM (5 days ago)
Author:
chronos
Message:
  • Modified: Added vector logo and generated raster logo with resolution 256x256.
Location:
trunk/Install/flatpak
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak/net.zdechov.app.xTactics.metainfo.xml

    r382 r389  
    7777      <description>
    7878        <ul>
    79           <li>Added: Application icon with 128x128 resolution.</li>
     79          <li>Added: Application icon with 256x256 resolution.</li>
    8080          <li>Added: Close button on more forms for better touch screen devices support.</li>
    8181          <li>Added: Game systems action in Tools menu.</li>
     
    126126          <li>Fixed: Bad cell links in Random map type causing problems on openning saved file.</li>
    127127          <li>Fixed: Selection of unit moves.</li>
    128           <li>Fixed: Full screen mode under Windows and Linux.</li>             
     128          <li>Fixed: Full screen mode under Windows and Linux.</li>
    129129        </ul>
    130130      </description>
  • trunk/Install/flatpak/net.zdechov.app.xTactics.yml

    r382 r389  
    4141      - install -Dm644 Install/deb/xtactics.desktop -t $FLATPAK_DEST/share/applications
    4242      - install -Dm644 Install/deb/xtactics.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml
    43       - install -Dm644 Images/128x128/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/128x128/apps
    44       - install -Dm644 Images/128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xtg.png
    45       - install -Dm644 Images/128x128/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xts.png
     43      - install -Dm644 Images/256x256/xtactics.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
     44      - install -Dm644 Images/256x256/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xtg.png
     45      - install -Dm644 Images/256x256/xtactics.png $FLATPAK_DEST/share/pixmaps/application-xts.png
    4646      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
Note: See TracChangeset for help on using the changeset viewer.