1#!/bin/bash
2
3set -euo pipefail
4set -x
5
6export AQD_NO_UPDATE=true
7curl -L -o streamplace-desktop.exe "$1"
8./streamplace-desktop.exe
9powershell -Command "Stop-Process -Name Streamplace"
10cd "$LOCALAPPDATA/streamplace_desktop"
11cd app-*
12./Streamplace.exe -- --self-test