Skip to content

Commit

Permalink
packaging: fallback to checkout by commit sha if tag doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Nov 14, 2024
1 parent 3e9cea0 commit 4eefda8
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 @@ -48,7 +48,7 @@ Requires: python3-filelock
%prep
git clone --single-branch --branch main https://github.com/Open-Wine-Components/umu-launcher.git
cd umu-launcher
git checkout %{tag}
git checkout %{tag} || git checkout %{manual_commit}
git submodule update --init --recursive

%build
Expand Down

0 comments on commit 4eefda8

Please sign in to comment.