Skip to content

Commit

Permalink
rpm: fix applying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Jan 14, 2025
1 parent 264c930 commit a653595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Summary: A tool for launching non-steam games with proton

License: GPLv3
URL: https://github.com/Open-Wine-Components/umu-launcher
Source0: https://github.com/Open-Wine-Components/umu-launcher/releases/%{name}-%{version}.tar.gz

Patch0: 0001-rpm-use-fedora-pyzstd.patch

Expand Down Expand Up @@ -56,7 +57,7 @@ cd umu-launcher
git submodule update --init --recursive

%setup -q
%patch -p0
%patch -P 0

%build
cd umu-launcher
Expand Down

0 comments on commit a653595

Please sign in to comment.