09-18-2017, 11:30 AM
(09-17-2017, 10:52 PM)mgoroshko Wrote: Why does update never work on portable versions since chromium 58?
Error code 8
Because you changed the file name of chrome.exe, this causes the updater don't know how to rename the main executable.
The updater needs to rename chrome.exe to old_chrome.exe, and then rename new_chrome.exe to chrome.exe.
You can rename old_chrome.exe to chrome_<version>.exe, but must keep the latest chrome.exe untouched.