Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Update JRE autodownload to 6u26 from 6u25
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Jun 7, 2011
1 parent 3ab6a9a commit ae37f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ps3mediaserver/nsis/pms.nsi
Expand Up @@ -22,8 +22,8 @@ VIProductVersion "1.23.0.0"

; Definitions for Java 6.0
!define JRE_VERSION "6.0"
!define JRE_URL "http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-windows-i586.exe"
!define JRE64_URL "http://download.oracle.com/otn-pub/java/jdk/6u25-b06/jre-6u25-windows-x64.exe"
!define JRE_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=49024"
!define JRE64_URL "http://javadl.sun.com/webapps/download/AutoDL?BundleId=49026"

; use javaw.exe to avoid dosbox.
; use java.exe to keep stdout/stderr
Expand Down

0 comments on commit ae37f55

Please sign in to comment.