Changeset 232 for trunk/Install
- Timestamp:
- Jan 25, 2025, 8:59:55 PM (2 months ago)
- Location:
- trunk/Install
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/rules
r225 r232 19 19 install -Dm644 Install/shared/acronym-decoder.xml -t $(ROOT)/usr/share/mime/packages 20 20 install -Dm644 Install/shared/AcronymDecoder.desktop -t $(ROOT)/usr/share/applications 21 install -Dm644 Images/ AcronymDecoder.png -t $(ROOT)/usr/share/icons/hicolor/256x256/apps22 install -Dm644 Images/ AcronymDecoder.png $(ROOT)/usr/share/pixmaps/application-adp.png21 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 23 23 install -Dm644 Examples/*.adp -t $(ROOT)/usr/share/AcronymDecoder/Examples 24 24 -
trunk/Install/flatpak/net.zdechov.app.AcronymDecoder.yml
r226 r232 38 38 - install -Dm644 Install/shared/acronym-decoder.xml $FLATPAK_DEST/share/mime/packages/$FLAPTAK_ID.xml 39 39 - install -Dm644 Install/shared/AcronymDecoder.desktop -t $FLATPAK_DEST/share/applications 40 - install -Dm644 Images/ AcronymDecoder.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps41 - install -Dm644 Images/ AcronymDecoder.png $FLATPAK_DEST/share/pixmaps/application-adp.png40 - 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 42 42 - install -Dm644 Examples/*.adp -t $FLATPAK_DEST/share/AcronymDecoder/Examples 43 43 - install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo -
trunk/Install/rpm/acronym-decoder.spec
r216 r232 36 36 install -m 644 Install/shared/AcronymDecoder.desktop $RPM_BUILD_ROOT/usr/share/applications 37 37 install -d -m 755 $RPM_BUILD_ROOT/usr/share/pixmaps 38 install -m 644 Images/ AcronymDecoder.png $RPM_BUILD_ROOT/usr/share/pixmaps38 install -m 644 Images/256x256/AcronymDecoder.png $RPM_BUILD_ROOT/usr/share/pixmaps 39 39 40 40 %clean -
trunk/Install/snap/snapcraft.yaml
r225 r232 40 40 install -Dm644 Install/shared/acronym-decoder.xml -t $SNAPCRAFT_PART_INSTALL/usr/share/mime/packages 41 41 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/pixmaps43 install -Dm644 Images/ AcronymDecoder.png $SNAPCRAFT_PART_INSTALL/usr/share/pixmaps/application-adp.png42 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 44 44 install -Dm644 Examples/*.adp -t $SNAPCRAFT_PART_INSTALL/usr/share/AcronymDecoder/Examples 45 45 after: -
trunk/Install/win/AcronymDecoder.iss
r212 r232 51 51 ; installation to run on all architectures (including Itanium, 52 52 ; since it's capable of running 32-bit code too). 53 WizardStyle=modern 53 WizardStyle=modern 54 54 55 55 [Languages] … … 78 78 Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion 79 79 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 80 80 Source: "{#MyAppSubDir}\Packages\Common\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 81 81 82 82 [Icons]
Note:
See TracChangeset
for help on using the changeset viewer.