-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fixes for issues #72 #75 & #98 binaries in here #100
Comments
I downloaded 1fichier zip file. Mac 10.13.6, icon bounces once and doesn't open. I tried removing settings, title and version files but it did the same thing. Not sure why. To work around version issue, I created a script to download new version file and then open Switch Library Manager. Even changed the icon of the script to match the application. |
I only tested windows version. You can try the link in update broken thread. It has just the one fix. |
Might as well fix the titles.json url source since it can also get stuck.
|
Actual legend <3 |
The 2 pull requests (issues #72 #75) code changes (untested) by me and
I swapped the commented-out line below in the settings/settings.go file and rebuilt it. This is the only additional change I made and it seems to fix the version update issue for now. Windows MacOS and Linux binaries are included. If you just want issue #98 fixed there is a separate link with binaries with just that fix under that issue.
VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json"
//VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"
is now
//VERSIONS_JSON_URL = "https://tinfoil.media/repo/db/versions.json"
VERSIONS_JSON_URL = "https://raw.githubusercontent.com/blawar/titledb/master/versions.json"
I hope this is allowed. Total File size is 244MB. Max allowed file size here is only 25MB.
https://1fichier.com/?mqc29bijs28w9wnpw7jy
The text was updated successfully, but these errors were encountered: