googlechrome-canary: Fix download URL#2355
googlechrome-canary: Fix download URL#2355HUMORCE merged 2 commits intoScoopInstaller:masterfrom kkimurak:googlechrome-canary/fix-url
Conversation
|
All changes look good. Wait for review from human collaborators. googlechrome-canary
|
|
Similar to #2357: rebased onto current master (07fe56d), replace Reference: maintainer revision in ScoopInstaller/Extras#15634 (commit ScoopInstaller/Extras@ee37dc1) |
|
/verify |
|
All changes look good. Wait for review from human collaborators. googlechrome-canary
|
|
rebased onto current master (ea60d9d) to resolve conflict, reword commit message (move version to third line) |
|
rebased onto current master (0dce06f) to resolve conflict |
|
rebased onto current master (c728ce1) to resolve conflict |
|
And rebased onto current master (345d9f2) to resolve conflict (I should have waited a few minutes for the scheduled automatic update to occur..) |
Affected since 139.0.7247.0 Add _uncompressed before .exe As the installer is not compressed, we can get Chrome-bin directly from dl.7z . So the install process is just to copy files inside Chrome-bin to $dir This is done by feature extract_dir (ref: ScoopInstaller/Extras@ee37dc1)
|
Rebased onto current master (dcc6e49) to resolve conflict. |
Reference: https://scoop.sh/UpdateTracker/googlechrome/chrome.min.xml (content update: ScoopInstaller/UpdateTracker@f7bbf67)
Add _uncompressed before .exe to URL.
As the installer is not compressed, we can get Chrome-bin directly from dl.7z .
So the install process is just to copy files inside Chrome-bin to $dir.
Affected since: 139.0.7247.0
Closes #2351