mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 07:15:35 +01:00
Update Fastfile
This commit is contained in:
parent
d86671101d
commit
2de855be01
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ platform :android do
|
|||
|
||||
# Append branch name only if it's not 'master'
|
||||
if branch_name != 'master'
|
||||
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}--#{branch_name}.apk"
|
||||
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}-#{branch_name}.apk"
|
||||
else
|
||||
signed_apk_name = "BlueWallet-#{version_name}-#{build_number}-.apk"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue