fixes AppImage filename derivation
This commit is contained in:
parent
6ee87bacf9
commit
976ec78247
1 changed files with 6 additions and 1 deletions
|
|
@ -114,7 +114,12 @@ rm -f ./Zano-x86_64.AppImage
|
|||
|
||||
package_filename=${ARCHIVE_NAME_PREFIX}${version_str}.AppImage
|
||||
|
||||
mv ./Zano-${commit_str}-x86_64.AppImage ./$package_filename
|
||||
pattern="*.AppImage"
|
||||
files=( $pattern )
|
||||
app_image_file=${files[0]}
|
||||
|
||||
|
||||
mv ./$app_image_file ./$package_filename
|
||||
|
||||
echo "Build success"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue