CrystalNeko

Results 6 comments of CrystalNeko

I also meet the same problem,look like it's can't check update form github. In this class:`UpdateCheckerGitHub.checkForUpdate()`, ```java GitHubReleaseInfo releaseInfo = response.getBodyAs(GitHubReleaseInfo.class); Optional jarAsset = releaseInfo.getAssets().stream() .filter(asset -> asset.getName().equals(JAR_ASSET_NAME)) .findFirst(); ```...

I found a solution: Clone source,then open `net.skinsrestorer.shared.update.UpdateCheckerGitHub` set value of `private static final String RELEASES_URL_LATEST`,look like: ```java private static final String RELEASES_URL_LATEST = "https://w.csk.asia/other/latest.json"; ``` Then building,It's OK. tips:...

> Using a third-party endpoint is gonna give the domain host the ability to install malicious jars onto your server just by modifying the jar download url. Yes,You are right.What...

这里是github,且原作者可能不会中文,请使用英语提问

Yes, they are default, they like this ![图片](https://github.com/user-attachments/assets/ac5bed85-bbf8-4367-9cd7-f9eb2cc6942a) ![图片](https://github.com/user-attachments/assets/c420b1e9-2240-4f03-8338-bedaba9b53f0)

Yes , I did that. I found a way to solve it,it's may be Ok. ![图片](https://github.com/user-attachments/assets/a588a9eb-b8cf-4d83-b6ab-2cba315ba267) ![图片](https://github.com/user-attachments/assets/3c0d76d1-0132-49a8-b080-c45136c6d00d)