You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For macOS distribution, use `--bundle-only`and the packaging script:
422
+
For macOS distribution, use `--bundle-only`to create a standalone `.bundle` file, then use the `package-app.sh` script from the [MystralNative source repository](https://github.com/mystralengine/mystralnative) to wrap it in a `.app`:
> **Note:**`package-app.sh` is a helper script in the MystralNative source tree, not part of the `mystral` CLI itself. A built-in `mystral package` command may be added in the future.
440
+
436
441
## Development Workflow
437
442
438
443
### Without a Bundler (No npm Dependencies)
@@ -461,18 +466,6 @@ mystral run dist/game.js --watch
461
466
462
467
When you edit any source file, Vite rebuilds the bundle, and MystralNative detects the change and reloads automatically.
0 commit comments