mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Windows build fixes.
This commit is contained in:
parent
d2415dee00
commit
88997a0314
4 changed files with 33 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
$packageName = 'zerotier-one'
|
||||
$installerType = 'msi'
|
||||
$url = 'https://download.zerotier.com/RELEASES/1.1.14/dist/ZeroTier%20One.msi'
|
||||
$url64 = 'https://download.zerotier.com/RELEASES/1.1.14/dist/ZeroTier%20One.msi'
|
||||
$url = 'https://download.zerotier.com/RELEASES/1.2.4/dist/ZeroTier%20One.msi'
|
||||
$url64 = 'https://download.zerotier.com/RELEASES/1.2.4/dist/ZeroTier%20One.msi'
|
||||
$silentArgs = '/quiet'
|
||||
$validExitCodes = @(0,3010)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue