Index: ps/trunk/source/lib/sysdep/os/win/wseh.cpp =================================================================== --- ps/trunk/source/lib/sysdep/os/win/wseh.cpp +++ ps/trunk/source/lib/sysdep/os/win/wseh.cpp @@ -277,7 +277,7 @@ const wchar_t* messageFormat = L"Much to our regret we must report the program has encountered an error.\r\n" L"\r\n" - L"Please let us know at http://trac.wildfiregames.com/ and attach the crashlog.txt and crashlog.dmp files.\r\n" + L"Please let us know at https://trac.wildfiregames.com/ and attach the crashlog.txt and crashlog.dmp files.\r\n" L"You may find paths to these files at https://trac.wildfiregames.com/wiki/GameDataPaths \r\n" L"\r\n" L"Details: unhandled exception (%ls)\r\n"; Index: ps/trunk/source/tools/dist/0ad.nsi =================================================================== --- ps/trunk/source/tools/dist/0ad.nsi +++ ps/trunk/source/tools/dist/0ad.nsi @@ -133,7 +133,7 @@ File /r "${CHECKOUTPATH}\binaries\system\*.txt" ; Copy logs for writable root - SetOutPath "$INSTDIR\binaries\logs" + SetOutPath "$INSTDIR\binaries" File /r "${CHECKOUTPATH}\binaries\logs" !ifdef ARCHIVE_PATH @@ -152,7 +152,7 @@ SetOutPath "$INSTDIR" CreateShortCut "$INSTDIR\0 A.D..lnk" "$INSTDIR\binaries\system\pyrogenesis.exe" "" CreateShortCut "$INSTDIR\Map editor.lnk" "$INSTDIR\binaries\system\pyrogenesis.exe" "-editor" "$INSTDIR\binaries\data\tools\atlas\icons\ScenarioEditor.ico" - WriteINIStr "$INSTDIR\Web site.url" "InternetShortcut" "URL" "http://play0ad.com/" + WriteINIStr "$INSTDIR\Web site.url" "InternetShortcut" "URL" "https://play0ad.com/" ;Store installation folder WriteRegStr SHCTX "Software\0 A.D." "" $INSTDIR @@ -170,7 +170,7 @@ WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "InstallLocation" "$\"$INSTDIR$\"" WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "UninstallString" "$\"$INSTDIR\Uninstall.exe$\"" WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S" - WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "URLInfoAbout" "http://play0ad.com" + WriteRegStr SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "URLInfoAbout" "https://play0ad.com" WriteRegDWORD SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "NoModify" 1 WriteRegDWORD SHCTX "Software\Microsoft\Windows\CurrentVersion\Uninstall\0 A.D." "NoRepair" 1 @@ -184,7 +184,7 @@ SetOutPath "$INSTDIR" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Open logs folder.lnk" "$INSTDIR\OpenLogsFolder.bat" CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\Uninstall.exe" - WriteINIStr "$SMPROGRAMS\$StartMenuFolder\Web site.url" "InternetShortcut" "URL" "http://play0ad.com/" + WriteINIStr "$SMPROGRAMS\$StartMenuFolder\Web site.url" "InternetShortcut" "URL" "https://play0ad.com/" !insertmacro MUI_STARTMENU_WRITE_END