1#!/bin/bash 2 3set -euo pipefail 4set -x 5 6curl -L -o streamplace-desktop.exe "$1" 7./streamplace-desktop.exe 8powershell -Command "Stop-Process -Name Streamplace" 9cd /c/Users/admin/AppData/Local/streamplace_desktop 10cd app-* 11./Streamplace.exe -- --self-test