Skip to content

Commit

Permalink
fix: release bundle rename
Browse files Browse the repository at this point in the history
Signed-off-by: Martichou <[email protected]>
  • Loading branch information
Martichou committed Jul 4, 2024
1 parent 643e8ab commit 1578081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rename_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ for file in $files; do

# Construct the new filename
if [ -n "$glib_ver" ]; then
new_filename="r-quick-share_${version}_glibc-${glib_ver}_${anything}.${extension}"
new_filename="r-quick-share-${tauri_ver}_${version}_glibc-${glib_ver}_${anything}.${extension}"
else
new_filename="r-quick-share_${version}_${anything}.${extension}"
new_filename="r-quick-share-${tauri_ver}_${version}_${anything}.${extension}"
fi

# Rename the file
Expand Down

0 comments on commit 1578081

Please sign in to comment.