-
-
Notifications
You must be signed in to change notification settings - Fork 231
googlechrome-canary: Fix download URL #2355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
googlechrome-canary: Fix download URL #2355
Conversation
All changes look good. Wait for review from human collaborators. googlechrome-canary
|
9d6e1bb
to
2b39cc6
Compare
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
|
2b39cc6
to
7fa3b87
Compare
rebased onto current master (ea60d9d) to resolve conflict, reword commit message (move version to third line) |
7fa3b87
to
a6784b1
Compare
rebased onto current master (0dce06f) to resolve conflict |
a6784b1
to
bb53598
Compare
rebased onto current master (c728ce1) to resolve conflict |
bb53598
to
df18488
Compare
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)
df18488
to
ea66431
Compare
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