Changeset 17976 in josm


Ignore:
Timestamp:
2021-07-10T16:40:47+02:00 (3 years ago)
Author:
Don-vip
Message:

move packaging/distribution files to native folder

Location:
trunk
Files:
1 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/README

    r17884 r17976  
    6262  - eclipse/                preconfigured Eclipse configuration files
    6363  - netbeans/               preconfigured Netbeans project
    64 - josm.jnlp                 Java Web Start launcher file (used on the website for the tested version)
    65 - josm-latest.jnlp          Java Web Start launcher file (used on the website for the latest version)
    6664- LICENSE                   the JOSM license terms
    6765- native/                   OS-specific files
     
    7068  - macosx/                 files needed to create the MacOS package
    7169  - windows/                files needed to create the Windows installer
     70  - josm.jnlp               Java Web Start launcher file (used on the website for the tested version)
     71  - josm-latest.jnlp        Java Web Start launcher file (used on the website for the latest version)
    7272- nodist/                   files not included in JOSM binary
    7373  - data/                   data files that are useful for development, but not distributed
  • trunk/native/snapcraft.yaml

    r17975 r17976  
    1616confinement: strict
    1717grade: devel
    18 icon: linux/tested/usr/share/icons/hicolor/128x128/apps/josm.png
     18icon: native/linux/tested/usr/share/icons/hicolor/128x128/apps/josm.png
    1919
    2020apps:
     
    3131        source: .
    3232        install: |
    33             cp -a linux/tested/usr/share/applications/josm.desktop $SNAPCRAFT_PART_INSTALL/
     33            cp -a native/linux/tested/usr/share/applications/josm.desktop $SNAPCRAFT_PART_INSTALL/
    3434            cat<<'EOF' > $SNAPCRAFT_PART_INSTALL/josm-launch
    3535            #!/bin/sh
Note: See TracChangeset for help on using the changeset viewer.