Ignore:
Timestamp:
2014-08-13T02:48:01+02:00 (11 years ago)
Author:
donvip
Message:

[josm_nsis] fix #josm9587 - JOSM runs with elevated permissions when run from the end of the installer:

  • update to MUI2
  • proper UAC handling (requires admin privileges)
  • locale update, proper use of $\r and $\n
  • fix typo in French translation
  • use of stdutils nsis plugin to launch JOSM as user in MUI_FINISHPAGE (ansi version until we switch to unicode installer later with NSIS 3)
File:
1 edited

Legend:

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

    r30580 r30581  
    101101
    102102        export TARGET=$1        # josm / josm64. Used in file name of launcher and installer
    103         #export RTBITS=$2       # L4J "runtimeBits" (JVM architecture used by launcher)
    104         #export INIHEAP=$3      # L4J "initialHeapSize" (initial heap size in MB)
    105         #export MAXHEAP=$4      # L4J "maxHeapSize" (max heap size in MB)
    106103       
    107104        /bin/rm -f "launch4j_${TARGET}.xml"
     
    137134
    138135build_exe "josm" "64\/32" 128 1024
    139 build_exe "josm64"  "64" 256 2048
     136# 64-bit binary generation commented until possible with launch4j / nsis
     137# build_exe "josm64"  "64" 256 2048
    140138
    141139/bin/rm -f josm-tested.jar 2>/dev/null >/dev/null
Note: See TracChangeset for help on using the changeset viewer.