Changeset 27235 in osm
- Timestamp:
- 2011-12-14T16:52:40+01:00 (13 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r24717 r27235 6 6 ; If you get an error here, please update to at least NSIS 2.07! 7 7 SetCompressor /SOLID lzma 8 9 ; work with JAVA ini strings10 !include "INIStrNS.nsh"11 8 12 9 !define DEST "josm" … … 298 295 File "bookmarks" 299 296 dont_overwrite_bookmarks: 300 301 ; write reasonable defaults for some preferences302 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "laf" "com.sun.java.swing.plaf.windows.WindowsLookAndFeel"303 297 304 298 SectionEnd … … 388 382 SetShellVarContext current 389 383 !include LogicLib.nsh 390 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs 391 turnrestrictions" 384 FileOpen $R0 "$APPDATA\JOSM\preferences.xml" w 385 FileWrite $R0 "<?xml version='1.0' encoding='UTF-8'?><preferences xmlns='http://josm.openstreetmap.de/preferences-1.0' version='4660'><list key='plugins'><entry value='openstreetbugs'/><entry value='turnrestrictions'/></list></preferences>" 386 FileClose $R0 387 392 388 SectionEnd 393 389
Note:
See TracChangeset
for help on using the changeset viewer.