-
Notifications
You must be signed in to change notification settings - Fork 8
Buddy installation guide
Install the latest redistributables for Windows.
Go to the Releases page and grab the latest 7z or exe (installer) release.
Verify that the app is running:
Add MoonDeckStream to the Sunshine Apps List (or GFE while it's still kicking). See Sunshine setup page for more info.
If MoonDeckBuddy is unreachable from outside the PC, whitelist it in Windows' firewall.
Enable autostart by clicking on the icon (right-click) and selecting the following option:
Install the moondeckbuddy-appimage through the Arch User Repository (AUR).
Start MoonDeckBuddy or MoonDeckStream from the CLI with:
$ moondeckbuddy
$ moondeckstream
Continue Step 3 in Linux install below.
Go to the Releases page and grab the latest AppImage release.
Setup the AppImage however you want or just apply chmod +x
to the file.
The AppImage contains 2 binaries MoonDeckBuddy
and MoonDeckStream
. By default, when executing MoonDeckBuddy.AppImage
the MoonDeckBuddy
binary is executed.
A specific binary can be executed like this:
$ MoonDeckBuddy.AppImage --exec MoonDeckBuddy # This will invoke MoonDeckBuddy binary
$ MoonDeckBuddy.AppImage --exec MoonDeckStream # This will invoke MoonDeckStream binary
Another option is to create a symlink that contains the correct binary name. For example:
$ ln -s <some_path>/MoonDeckBuddy.AppImage ./MoonDeckStream
$ ./MoonDeckStream # This will invoke MoonDeckStream binary
Verify that the app is running:
Add MoonDeckStream to the Sunshine Apps List. See Sunshine setup page for more info.
Enable autostart by clicking on the icon (right-click) and selecting the following option:
It creates the shortcut in the user's startup directory pointing to the executable. If you move the executable around it will point to the invalid location and you will need to recreate the shortcut by turning the autostart off and on again.
Also if you remove the app without turning it off, you will need to remove it manually.