Skip to content

Commit

Permalink
packaging: clone the whole repository for RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Nov 14, 2024
1 parent 4eefda8 commit de13a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Requires: python3-filelock
%{name} A tool for launching non-steam games with proton

%prep
git clone --single-branch --branch main https://github.com/Open-Wine-Components/umu-launcher.git
git clone https://github.com/Open-Wine-Components/umu-launcher.git
cd umu-launcher
git checkout %{tag} || git checkout %{manual_commit}
git submodule update --init --recursive
Expand Down

0 comments on commit de13a86

Please sign in to comment.