Changeset 5157 in osm


Ignore:
Timestamp:
2007-10-24T20:51:47+02:00 (17 years ago)
Author:
joerg
Message:

josm/nsis/josm-setup-unix.sh: code svn-revision into package name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm-setup-unix.sh

    r5156 r5157  
    1111LAUNCH4J="java -jar launch4j/launch4j.jar"
    1212
    13 export VERSION=latest
    14 #export VERSION=custom
     13svncorerevision=`svnversion ../core`
     14svnpluginsrevision=`svnversion ../plugins`
     15svnrevision="$svncorerevision-$svnpluginsrevision"
     16
     17#export VERSION=latest
     18export VERSION=custom-${svnrevision}
     19
     20echo "Creating Windows Instller for josm-$VERSION"
    1521
    1622##################################################################
Note: See TracChangeset for help on using the changeset viewer.