You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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\"
0 commit comments