Changeset 17919


Ignore:
Timestamp:
2008-11-25T18:09:06+13:00 (15 years ago)
Author:
max
Message:

Fix the jar extraction when special characters are in the path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r17905 r17919  
    343343
    344344        //extract the jar
    345         string jarLocation = ""; jarLocation.append( tempdir ); jarLocation.append( "\\greenstone.jar" );
    346        
     345        string jarLocation = "greenstone.jar";
     346               
    347347        set_splash_step( "XJAR" );
    348348        extractResource( "JAR", "JAR", (char*) jarLocation.c_str() );
Note: See TracChangeset for help on using the changeset viewer.