From e4ed4e8ed0f6722622997482760fac3f1da35dd0 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:10:17 -0700 Subject: [PATCH] fix(stardust-xr-atmosphere): Binary name (#10507) (#10514) * fix(stardust-xr-atmosphere): Binary name * fix(stardust-atmosphere-nightly): Binary name --------- (cherry picked from commit 426e35dbfee9d77865763a8542bea59458de62b2) Signed-off-by: Gilver Co-authored-by: Gilver --- .../atmosphere/nightly/stardust-atmosphere-nightly.spec | 2 +- anda/stardust/atmosphere/stable/stardust-atmosphere.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec index 24977dae6b..418f49964f 100644 --- a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec +++ b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec @@ -32,7 +32,7 @@ Packager: Owen Zimmerman %{cargo_license_online} > LICENSE.dependencies %files -%_bindir/stardust-xr-atmosphere +%_bindir/atmosphere %license LICENSE %license LICENSE.dependencies %doc README.md diff --git a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec index f7b2d06a2e..cf136241e4 100644 --- a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec +++ b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec @@ -29,7 +29,7 @@ Packager: Owen Zimmerman %{cargo_license_online} > LICENSE.dependencies %files -%_bindir/%{name} +%_bindir/atmosphere %license LICENSE %license LICENSE.dependencies %doc README.md