Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions anda/games/twintaillauncher/twintaillauncher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
Name: twintaillauncher

Version: 2.3.0
Release: 1%{?dist}
Summary: A multi-platform launcher for your anime games
Release: 2%{?dist}
Summary: Your anime games, one launcher
Packager: Yoong Jin <solomoncyj@gmail.com>

SourceLicense: GPL-3.0-only
Expand All @@ -29,6 +29,8 @@ Requires: webkit2gtk4.1
Requires: mangohud
Requires: gamemode

Recommends: /usr/bin/gamescope

# Build requires
BuildRequires: pnpm
BuildRequires: %{tauri_buildrequires}
Expand Down Expand Up @@ -85,6 +87,8 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a
%{_appsdir}/%{name}.desktop

%changelog
* Tue Jul 7 2026 Yoong Jin <solomoncyj@gmail.com> - 2.3.0 -2
- add new recommends and update pkg desc in preparation for 2.4.0
* Sat May 9 2026 Gilver E. <roachy@fyralabs.com> - 2.1.0-2
- Enable aarch64 builds
* Wed Apr 15 2026 Yoong Jin <solomoncyj@gmail.com> - 2.0.0-3
Expand Down
Loading