Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installer/windows/jstock.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
; Definitions for Java 1.7 Detection
!define JRE_VERSION "1.8"
; The URLs are obtained from https://www.java.com/en/download/manual.jsp
!define JRE_32_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=216432"
!define JRE_64_URL "http://javadl.oracle.com/webapps/download/AutoDL?BundleId=216434"
!define JRE_32_URL "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=238727_478a62b7d4e34b78b671c754eaaf38ab"
!define JRE_64_URL "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=238729_478a62b7d4e34b78b671c754eaaf38ab"
!define PRODUCT_NAME "JStock"
; The name of the installer
Name ${PRODUCT_NAME}
Expand Down Expand Up @@ -210,4 +210,4 @@ FunctionEnd
MessageBox MB_YESNO|MB_DEFBUTTON2 "This will uninstall JStock. Press $\"Yes$\" to continue." IDYES NoAbort
Abort ; causes uninstaller to quit.
NoAbort:
FunctionEnd
FunctionEnd