Ignore:
Timestamp:
2009-09-19T23:59:00+02:00 (17 years ago)
Author:
ulf
Message:

As there were some discussion about the windows installer:
Instead of integrating the josm jar file into the josm.exe file, install it as a separate file.
This way it might be easier for others to understand what the installer is doing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/launch4j.xml

    r14517 r17700  
    11<launch4jConfig>
    2   <dontWrapJar>false</dontWrapJar>
     2  <dontWrapJar>true</dontWrapJar>
    33  <headerType>0</headerType>
    4   <jar>../core/dist/josm-custom.jar</jar>
     4  <jar>josm-custom.jar</jar>
    55  <outfile>josm.exe</outfile>
    66  <errTitle></errTitle>
Note: See TracChangeset for help on using the changeset viewer.