Skip to content

Commit 8397c2e

Browse files
committed
Update epupdate url
This file is used by EP-Launch to notify about updates. The old url would not render properly in a browser because of how GitHub servers raw.github.com content. This change points to a github pages page, which renders html as expected.
1 parent 566b849 commit 8397c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CMakeCPackOptions.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if(CPACK_GENERATOR MATCHES "NSIS")
6969

7070
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS "
7171
WriteRegStr HKEY_CURRENT_USER \"Software\\VB and VBA Program Settings\\EP-Launch\\UpdateCheck\" \"AutoCheck\" \"True\"
72-
WriteRegStr HKEY_CURRENT_USER \"Software\\VB and VBA Program Settings\\EP-Launch\\UpdateCheck\" \"CheckURL\" \"https://raw.githubusercontent.com/NREL/EnergyPlusRelease/master/.epupdate\"
72+
WriteRegStr HKEY_CURRENT_USER \"Software\\VB and VBA Program Settings\\EP-Launch\\UpdateCheck\" \"CheckURL\" \"http://nrel.github.io/EnergyPlus/epupdate.htm\"
7373
StrCpy $0 \"#@CPACK_PACKAGE_VERSION_MAJOR@.@CPACK_PACKAGE_VERSION_MINOR@.@CPACK_PACKAGE_VERSION_PATCH@-@CPACK_PACKAGE_VERSION_BUILD@\"
7474
WriteRegStr HKEY_CURRENT_USER \"Software\\VB and VBA Program Settings\\EP-Launch\\UpdateCheck\" \"LastAnchor\" $0
7575
\${If} \${RunningX64}

0 commit comments

Comments
 (0)