mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
brew package
This commit is contained in:
parent
fab2ab8b9e
commit
79812971f1
5 changed files with 145 additions and 23 deletions
|
@ -11,7 +11,7 @@ shopt -s failglob
|
|||
|
||||
|
||||
usage() {
|
||||
printf "usage: ${0} android|linux|mac|windows\n"
|
||||
printf "usage: ${0} android|linux|mac|macbrew|windows\n"
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,6 +44,9 @@ main() {
|
|||
elif [[ "${platform}" == "mac" ]]; then
|
||||
extension=dmg
|
||||
package=target/*."${extension}"
|
||||
elif [[ "${platform}" == "macbrew" ]]; then
|
||||
extension=tar.gz
|
||||
package=target/brew/*."${extension}"
|
||||
elif [[ "${platform}" == "windows" ]]; then
|
||||
extension=msi
|
||||
package=target/release/msi/*.msi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue