修复 Mac 游戏路径和 Everest MiniInstaller 路径问题#64
Open
Haerbin23456 wants to merge 3 commits into
Open
Conversation
Author
|
整个软件对Mac游戏目录的解析都有问题,并非只有这一处 |
…path verification
Author
|
现在就是把软件里面所有用到游戏路径的地方都修了 大概来讲就是,加了一个
另外进度条也稍微改了一下,现在是
然后 Windows 和 Mac 测也测过了 |
1a439a3 to
406c489
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#62
GPT 5.5 写的。
还没测,明天让我同学 Mac 试下再说。已测试 Mac 和 Windows。
主要是修复和改进了跨平台的问题。
Celeste.app/Contents/Resources里寻找游戏原体。MiniInstaller-osx或MiniInstaller-linux。Extracting /.../某个文件,导致看起来卡在了解压,其实没有。现在在每两个阶段之间都会更新进度条文本了。main.rs 被 rust_fmt 格式化了一下,多了一些行数,懒得管了。