-
-
Notifications
You must be signed in to change notification settings - Fork 231
googlechrome-dev: Fix download URL #2357
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-dev: Fix download URL #2357
Conversation
All changes look good. Wait for review from human collaborators. googlechrome-dev
|
28f606e
to
83af5a0
Compare
Rebased onto current master (07fe56d), replace Reference: maintainer revision in ScoopInstaller/Extras#15634 (commit ScoopInstaller/Extras@ee37dc1) |
/verify |
83af5a0
to
2417569
Compare
rebased onto current master (ea60d9d) to resolve conflict, reword commit message (move version to third line) |
2417569
to
b57357d
Compare
rebased onto current master (0dce06f) to resolve conflict |
b57357d
to
c02127e
Compare
rebased onto current master (c728ce1) to resolve conflict |
9b3905e
to
a7a7654
Compare
Rebased onto current master (dcc6e49). |
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 then remove Chrome-bin This is done by feature extract_dir (ref: ScoopInstaller/Extras@ee37dc1)
a7a7654
to
9aae066
Compare
Rebased onto current master (edbc418). |
Apply same changes as #2355 (googlechrome-canary) to googlechrome-dev.
Affected since: 139.0.7232.3
Relates to #2355