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

support macOS #31

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

support macOS #31

wants to merge 5 commits into from

Conversation

nift4
Copy link
Contributor

@nift4 nift4 commented Jul 15, 2024

  1. macOS automatically creates a .DS_Store file in basically all directories on disk. Ignore it.
  2. Support nwjs 0.77.0 as 0.29.0 works terribly bad in Rosetta 2 (x86_64->arm64 translation) and was basically unplayable. nwjs 0.77.0 is the first release that supports macOS arm64
  3. The official macOS port does not use a /www subfolder and the game's root directory (where latest.log is placed) is the same directory the index.html and JavaScript files are in. Adjust vfs_web to account for that fact

nift4 and others added 4 commits August 4, 2024 18:55
This is automatically created basically everywhere on macOS.
The official macOS port does not use a /www subfolder and the game's root directory (where latest.log is placed) is the same directory the index.html and JavaScript files are in.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants