Downloads
- Windows: https://github.com/tgeorgiadis/quiver-launcher/releases/download/v3.3.3-rc.1/QuiverLauncher-win-Portable.zip
- Linux x64: https://github.com/tgeorgiadis/quiver-launcher/releases/download/v3.3.3-rc.1/QuiverLauncher-linux-x64.AppImage
- Linux ARM64: https://github.com/tgeorgiadis/quiver-launcher/releases/download/v3.3.3-rc.1/QuiverLauncher-linux-arm64.AppImage
- Android: https://github.com/tgeorgiadis/quiver-launcher/releases/download/v3.3.3-rc.1/QuiverLauncher-android.apk
- macOS: work in progress while I get the signing sorted
Quiver Launcher 3.3.3-rc.1
- Fix Linux AppImage Play for ports such as Yu-Gi-Oh / psxrecomp. The setup host started, but pressing Play did nothing because the child inherited Quiver’s AppImage identity (
APPDIR,APPIMAGE,ARGV0,OWD), an AppImage-prefixedPATH, and a stalePWD. Native games now launch with a host-like environment. Open Folder uses the same sanitizer. - Play writes
quiver-launch.login the app install folder (and appendslaunch-debug.lognext to user data) so a failed Linux launch can be diagnosed without a debugger.