mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Update ferdi.sh
Fixed `archiveName` so that `.zip` is expected in the end of the name.
This commit is contained in:
@@ -2,9 +2,9 @@ ferdi)
|
||||
name="Ferdi"
|
||||
type="zip"
|
||||
if [[ $(arch) == "arm64" ]]; then
|
||||
archiveName="arm64-mac.zip"
|
||||
archiveName="arm64-mac.zip$"
|
||||
elif [[ $(arch) == "i386" ]]; then
|
||||
archiveName="Ferdi-[0-9.]*-mac.zip"
|
||||
archiveName="Ferdi-[0-9.]*-mac.zip$"
|
||||
fi
|
||||
downloadURL="$(downloadURLFromGit getferdi ferdi)"
|
||||
appNewVersion=$(versionFromGit getferdi ferdi )
|
||||
|
||||
Reference in New Issue
Block a user