From 9d71a02bce6bede0fce655cb01dc6b085b8c6790 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:59:49 -0500 Subject: [PATCH] set attrs and move resources 1 fiolder up (#11265) (#11266) --- 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