Skip to content
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

fix(checkurls): Trim renaming suffix in url #3677

Merged
merged 1 commit into from
Oct 6, 2019

Conversation

chawyehsu
Copy link
Member

@chawyehsu chawyehsu commented Oct 6, 2019

Prevent 40x response.

Before:

Desktop main (master)
$ .\bin\checkurls.ps1 -app apktool
[U]RLs
 | [O]kay
 |  | [F]ailed
 |  |  |
[1][0][1] apktool
       > The remote server returned an error: (403) Forbidden. (https://github.com/iBotPeaches/Apktool/releases/download/v2.4.0/apktool_2.4.0.jar#/apktool.jar)

After:

Desktop main (master)
$ .\bin\checkurls.ps1 -app apktool
[U]RLs
 | [O]kay
 |  | [F]ailed
 |  |  |
[1][1][0] apktool

@r15ch13 r15ch13 merged commit 15e11e6 into ScoopInstaller:develop Oct 6, 2019
@chawyehsu chawyehsu deleted the patch-3 branch December 5, 2020 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants