From abd68b07445291d6c2c2a7a76ef4a0220669003b Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Wed, 15 Apr 2026 12:35:20 +0800 Subject: [PATCH] set attrs and move resources 1 fiolder up (#11265) * set attrs and move resources 1 fiolder up Signed-off-by: solomoncyj * bump release Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj --------- Signed-off-by: solomoncyj --- anda/apps/twintaillauncher/twintaillauncher.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/anda/apps/twintaillauncher/twintaillauncher.spec b/anda/apps/twintaillauncher/twintaillauncher.spec index 92439cd855..7633110232 100644 --- a/anda/apps/twintaillauncher/twintaillauncher.spec +++ b/anda/apps/twintaillauncher/twintaillauncher.spec @@ -7,7 +7,7 @@ Name: twintaillauncher Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A multi-platform launcher for your anime games Packager: Yoong Jin @@ -63,7 +63,7 @@ TTL is an all-in-one tool for downloading, managing, and launching your favorite mkdir -p %{buildroot}/usr/lib/twintaillauncher/resources #app expects files to be present there -mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources %{buildroot}/usr/lib/twintaillauncher/resources +mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources %{buildroot}/usr/lib/twintaillauncher rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} @@ -75,6 +75,7 @@ rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} install -Dm644 public/launcher-icon.png %{buildroot}%{_hicolordir}/512x512/apps/%{name}.png install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/apps/%{name}.png +chmod 0755 %{buildroot}/usr/lib/twintaillauncher/resources -R %files @@ -91,7 +92,11 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a + %changelog +* Wed Apr 15 2026 Yoong Jin - 2.0.0-3 +- Fix folders +- filx perms * Sat Apr 4 2026 Yoong Jin - 2.0.0-2 - Fix folders - Update License