mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-17 10:36:19 -05:00
9 lines
271 B
Bash
Executable File
9 lines
271 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Run as Nintendo Switch Online.app/Contents/bin/nxapi
|
|
|
|
APP_BUNDLE_PATH="$(dirname "$0")/../.."
|
|
export ELECTRON_RUN_AS_NODE=1
|
|
|
|
exec "$APP_BUNDLE_PATH/Contents/MacOS/Nintendo Switch Online" "$APP_BUNDLE_PATH/Contents/Resources/app/dist/bundle/cli-bundle.js" $@
|