mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-24 13:14:13 +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"
|
name="Ferdi"
|
||||||
type="zip"
|
type="zip"
|
||||||
if [[ $(arch) == "arm64" ]]; then
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
archiveName="arm64-mac.zip"
|
archiveName="arm64-mac.zip$"
|
||||||
elif [[ $(arch) == "i386" ]]; then
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
archiveName="Ferdi-[0-9.]*-mac.zip"
|
archiveName="Ferdi-[0-9.]*-mac.zip$"
|
||||||
fi
|
fi
|
||||||
downloadURL="$(downloadURLFromGit getferdi ferdi)"
|
downloadURL="$(downloadURLFromGit getferdi ferdi)"
|
||||||
appNewVersion=$(versionFromGit getferdi ferdi )
|
appNewVersion=$(versionFromGit getferdi ferdi )
|
||||||
|
|||||||
Reference in New Issue
Block a user