Skip to content

Commit

Permalink
update installed jre version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lotus committed Feb 24, 2012
1 parent 6e51a00 commit 84f506d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ SetCompressor /SOLID LZMA
; User-Agent to see the 64bit link: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Win64; x64; Trident/4.0)

!define JRE_VERSION6 "1.6"
; jre-6u30-windows-i586.exe
!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=58125"
; jre-6u30-windows-x64.exe
!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=58126"
; jre-6u31-windows-i586.exe
!define JRE_32 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=61044"
; jre-6u31-windows-x64.exe
!define JRE_64 "http://javadl.sun.com/webapps/download/AutoDL?BundleId=60338"

;!define JRE_32 "http://yacy.berlios.de/download.php?what=jre&version=32&yacyrevnr=@REPL_REVISION_NR@"
;!define JRE_64 "http://yacy.berlios.de/download.php?what=jre&version=64&yacyrevnr=@REPL_REVISION_NR@"
Expand Down

0 comments on commit 84f506d

Please sign in to comment.