osu-lazer.spec: use EOF in quotes to escape shell variables (#9626) (#9628)

This commit is contained in:
Raboneko
2026-02-03 10:10:11 -08:00
committed by GitHub
parent 146e09f792
commit 25907413f7
+2 -2
View File
@@ -4,7 +4,7 @@
Name: osu-lazer
Version: 2026.119.0
Release: 1%?dist
Release: 2%?dist
Summary: The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew.
ExclusiveArch: x86_64
URL: https://osu.ppy.sh/
@@ -21,7 +21,7 @@ Source4: osu-lazer-uri-handler.desktop
%{summary}
%prep
cat <<EOF > osu-lazer
cat <<'EOF' > osu-lazer
#!/bin/sh
env OSU_EXTERNAL_UPDATE_PROVIDER=1 /opt/osu-lazer/osu.AppImage "$@"
EOF