Changeset 5204 in osm for applications/editors/josm


Ignore:
Timestamp:
2007-10-27T19:10:22+02:00 (17 years ago)
Author:
ulf
Message:

fix some texts

File:
1 edited

Legend:

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

    r5164 r5204  
    11#!/bin/bash
    22
    3 # Creates an josm-install.exe File
     3# Creates an josm-setup-xy.exe File
    44# for working on a debian-unix system install the nsis package with
    55# apt-get install nsis
     
    2222export VERSION=custom-${svnrevision}
    2323
    24 echo "Creating Windows Instller for josm-$VERSION"
     24echo "Creating Windows Installer for josm-$VERSION"
    2525
    2626##################################################################
     
    6262echo "##################################################################"
    6363echo "### convert jar to exe with launch4j"
    64 # (makes attaching to file extensions a lot easier)
     64# (an exe file makes attaching to file extensions a lot easier)
    6565# launch4j - http://launch4j.sourceforge.net/
    6666rm josm.exe
Note: See TracChangeset for help on using the changeset viewer.