From 426e35dbfee9d77865763a8542bea59458de62b2 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 14 Mar 2026 15:04:50 -0500 Subject: [PATCH] fix(stardust-xr-atmosphere): Binary name (#10507) * fix(stardust-xr-atmosphere): Binary name Signed-off-by: Gilver * fix(stardust-atmosphere-nightly): Binary name Signed-off-by: Gilver --------- Signed-off-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