Changeset 232 for trunk/Install


Ignore:
Timestamp:
Jan 25, 2025, 8:59:55 PM (2 months ago)
Author:
chronos
Message:
  • Added: Vector application logo in SVG format. Generated raster logo with resolution 256x256 pixels.
Location:
trunk/Install
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/debian/rules

    r225 r232  
    1919        install -Dm644 Install/shared/acronym-decoder.xml -t $(ROOT)/usr/share/mime/packages
    2020        install -Dm644 Install/shared/AcronymDecoder.desktop -t $(ROOT)/usr/share/applications
    21         install -Dm644 Images/AcronymDecoder.png -t $(ROOT)/usr/share/icons/hicolor/256x256/apps
    22         install -Dm644 Images/AcronymDecoder.png $(ROOT)/usr/share/pixmaps/application-adp.png
     21        install -Dm644 Images/256x256/AcronymDecoder.png -t $(ROOT)/usr/share/icons/hicolor/256x256/apps
     22        install -Dm644 Images/256x256/AcronymDecoder.png $(ROOT)/usr/share/pixmaps/application-adp.png
    2323        install -Dm644 Examples/*.adp -t $(ROOT)/usr/share/AcronymDecoder/Examples
    2424
  • trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.yml

    r226 r232  
    3838      - install -Dm644 Install/shared/acronym-decoder.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml
    3939      - install -Dm644 Install/shared/AcronymDecoder.desktop -t $FLATPAK_DEST/share/applications
    40       - install -Dm644 Images/AcronymDecoder.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
    41       - install -Dm644 Images/AcronymDecoder.png $FLATPAK_DEST/share/pixmaps/application-adp.png
     40      - install -Dm644 Images/256x256/AcronymDecoder.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps
     41      - install -Dm644 Images/256x256/AcronymDecoder.png $FLATPAK_DEST/share/pixmaps/application-adp.png
    4242      - install -Dm644 Examples/*.adp -t $FLATPAK_DEST/share/AcronymDecoder/Examples
    4343      - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo
  • trunk/Install/rpm/acronym-decoder.spec

    r216 r232  
    3636install -m 644 Install/shared/AcronymDecoder.desktop $RPM_BUILD_ROOT/usr/share/applications
    3737install -d -m 755 $RPM_BUILD_ROOT/usr/share/pixmaps
    38 install -m 644 Images/AcronymDecoder.png $RPM_BUILD_ROOT/usr/share/pixmaps
     38install -m 644 Images/256x256/AcronymDecoder.png $RPM_BUILD_ROOT/usr/share/pixmaps
    3939
    4040%clean
  • trunk/Install/snap/snapcraft.yaml

    r225 r232  
    4040      install -Dm644 Install/shared/acronym-decoder.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages
    4141      install -Dm644 Install/shared/AcronymDecoder.desktop -t $SNAPCRAFT_PART_INSTALL/usr/share/applications
    42       install -Dm644 Images/AcronymDecoder.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
    43       install -Dm644 Images/AcronymDecoder.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-adp.png
     42      install -Dm644 Images/256x256/AcronymDecoder.png -t $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps
     43      install -Dm644 Images/256x256/AcronymDecoder.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-adp.png
    4444      install -Dm644 Examples/*.adp -t $SNAPCRAFT_PART_INSTALL/usr/share/AcronymDecoder/Examples
    4545    after:
  • trunk/Install/win/AcronymDecoder.iss

    r212 r232  
    5151; installation to run on all architectures (including Itanium,
    5252; since it's capable of running 32-bit code too).
    53 WizardStyle=modern 
     53WizardStyle=modern
    5454
    5555[Languages]
     
    7878Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion
    7979Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    80 
     80Source: "{#MyAppSubDir}\Packages\Common\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion
    8181
    8282[Icons]
Note: See TracChangeset for help on using the changeset viewer.