mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Add Windows packaging to create an MSI installer
This commit is contained in:
parent
4ae0897175
commit
d8c0b87eb2
7 changed files with 312 additions and 7 deletions
|
@ -41,8 +41,8 @@ main() {
|
|||
extension=dmg
|
||||
package=target/*."${extension}"
|
||||
elif [[ "${platform}" == "windows" ]]; then
|
||||
extension=tar.gz
|
||||
package=target/*."${extension}"
|
||||
extension=msi
|
||||
package=target/msi/*.msi
|
||||
else
|
||||
usage >&2
|
||||
return 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue