From f3e8bc48719c116a53fa5753ff6acc86ab338466 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 22 Feb 2026 08:01:53 -0800 Subject: [PATCH] Fix: TwinTailLauncher (#9950) (#10039) * Fix resources * Fix dirs * Update twintaillauncher.spec * Use tauri_install * Use tauri install * Fix underscores * Disable debug pkg * chang datadir to libdir * fix .build_id problems --------- (cherry picked from commit 2524d251faa4f84dd3859785632d69bf5bdc29bf) Signed-off-by: solomoncyj Co-authored-by: solomoncyj Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/twintaillauncher/twintaillauncher.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/anda/apps/twintaillauncher/twintaillauncher.spec b/anda/apps/twintaillauncher/twintaillauncher.spec index 6053d7242a..769fcdeaaa 100644 --- a/anda/apps/twintaillauncher/twintaillauncher.spec +++ b/anda/apps/twintaillauncher/twintaillauncher.spec @@ -1,5 +1,7 @@ %undefine __brp_mangle_shebangs +%global _build_id_links none + %global toolchain clang Name: twintaillauncher @@ -48,7 +50,12 @@ cd .. %install -%tauri_install_bin +%tauri_install +mkdir -p %{buildroot}/%{_libdir}/twintaillauncher/resources +mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources/ %{buildroot}/%{_libdir}/twintaillauncher/resources +rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} + + %tauri_cargo_license_summary %{tauri_cargo_license} > LICENSE.dependencies @@ -65,6 +72,7 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a %doc README.md %{_bindir}/twintaillauncher +%{_libdir}/twintaillauncher/resources %{_hicolordir}/512x512/apps/%{name}.png %{_hicolordir}/128x128/apps/%{name}.png %_appsdir/twintaillauncher.desktop @@ -73,5 +81,7 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a %changelog +* Thu Feb 19 2026 Yoong Jin - 1.1.15-1 +- Fix resources * Tue Feb 3 2026 Yoong Jin - 1.1.15-0 - Initial Package