From 2524d251faa4f84dd3859785632d69bf5bdc29bf Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Mon, 23 Feb 2026 00:01:02 +0800 Subject: [PATCH] Fix: TwinTailLauncher (#9950) * Fix resources Signed-off-by: solomoncyj * Fix dirs Signed-off-by: solomoncyj * Update twintaillauncher.spec Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: solomoncyj * Use tauri_install Signed-off-by: solomoncyj * Use tauri install Signed-off-by: solomoncyj * Fix underscores Signed-off-by: solomoncyj * Disable debug pkg Signed-off-by: solomoncyj * chang datadir to libdir Signed-off-by: solomoncyj * fix .build_id problems Signed-off-by: solomoncyj --------- Signed-off-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