07th-mod / 07th-mod/python-patcher
On MacOS, manual selection/copy past of path of game folder does not work - only complete path to .app file works
- 主要语言
- JavaScript
- 星标
- 214
- 派生
- 12
- PR 合并指标
- 30 天内没有已合并 PR
描述
On MacOS, manual selection/copy past of path of game folder does not work - only complete path to .app file works
I'm unsure if this is something I introduced inadvertantly or it was always like this. I suppose it was impossible to do before because you were unable to copy and paste the path - you had to use the file-chooser which stopped you from selecting the game folder instead of the game path.
eg this works: /Users/[USERNAME]/library/application support/steam/steamapps/common/Higurashi When They Cry/HigurashiEp01.app
this does not: /Users/[USERNAME]/library/application support/steam/steamapps/common/Higurashi When They Cry
贡献指南
这个仓库没有索引到贡献指南
调研方向
查看修补程序代码库中的文件选择逻辑,可能位于主应用程序文件或特定于 macOS 的平台模块中。该问题涉及游戏文件夹与 .app 文件的路径验证或处理。首先在 macOS 上运行修补程序并测试两种路径格式,以查看失败位置。检查错误消息或日志以了解验证步骤。修复将涉及调整路径解析,以接受指向游戏文件夹的目录路径,而不仅仅是 .app 包。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript
- 领域
- cli, desktop
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 45/100