mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-07-16 08:11:20 -05:00
13 lines
368 B
Bash
Executable File
13 lines
368 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ln -sf '/opt/Nintendo Switch Online/nxapi' '/usr/bin/nxapi'
|
|
|
|
# Link to the binary
|
|
ln -sf '/opt/Nintendo Switch Online/nxapi-app' '/usr/bin/nxapi-app'
|
|
|
|
# SUID chrome-sandbox for Electron 5+
|
|
chmod 4755 '/opt/Nintendo Switch Online/chrome-sandbox' || true
|
|
|
|
update-mime-database /usr/share/mime || true
|
|
update-desktop-database /usr/share/applications || true
|