Skip to content

Commit

Permalink
double .zip.zip sure won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Weab-chan authored Mar 4, 2024
1 parent 7e6c7a6 commit 9135e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions turnip_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ EOF

echo "Turnip - $mesa_version - $date" > release
echo "$mesa_version"_"$commit_short" > tag
echo "turnip_"$date"_"$commit_short".zip" > filename
echo "https://gitlab.freedesktop.org/mesa/mesa/-/commit/$commit" > description
echo "turnip_$date_$commit_short" > filename
echo "https://gitlab.freedesktop.org/mesa/mesa/-/commit/$commit_short" > description
echo "Patches" >> description

if (( ${#patches[@]} )); then
Expand Down

0 comments on commit 9135e57

Please sign in to comment.