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

Double clicking on save file doesn't automatically open the save file in the application #20

Closed
backwardsEric opened this issue Sep 16, 2021 · 0 comments · Fixed by #34
Labels
bug Something isn't working

Comments

@backwardsEric
Copy link
Owner

The easiest ways to get this work would be to either set the HFS file type in the file's metadata (also would require changes beyond the Mac front-end since, unlike modern Angband, there isn't a file_open_hook so the front end can see when the core opens a file) or to use an extension on the names of the save files (also requiring a change to the core). Both would have to be backed by changes to the Info.plist so that the Hengband application would be recognized as handling those files.

@backwardsEric backwardsEric added the bug Something isn't working label Sep 16, 2021
backwardsEric added a commit that referenced this issue Jun 20, 2023
Resolves #20 : on macOS, double clicking on save files generated after this change will open the application with that savefile.
backwardsEric added a commit that referenced this issue Jun 20, 2023
Resolves #20 : on macOS, double clicking on save files generated after this change will open the application with that savefile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant