meganz / MEGAsync

Easy automated syncing between your computers and your MEGA Cloud Drive
Other
1.65k stars 281 forks source link

Chocolatey package #59

Open trajano opened 7 years ago

trajano commented 7 years ago

Provide a package for https://chocolatey.org/

trajano commented 7 years ago

http://chocolatey.github.io/contribute.html#creating-chocolatey-packages

trajano commented 7 years ago

https://chocolatey.org/docs/create-packages

trajano commented 7 years ago
$packageName = 'megasync'
$fileType = 'exe'
$url = 'https://mega.nz/MEGAsyncSetup.exe'
$silentArgs = '/S'

Install-ChocolateyPackage $packageName $fileType $silentArgs $url
trajano commented 7 years ago

I tried to build one but I couldn't get the installer to work with /S correctly.

trajano commented 7 years ago

I got it working, but it won't work on AppVeyor https://github.com/trajano/choco-packages/tree/master/megasync I think something hangs in the UI but it works properly on Windows 10.

I also provided one for https://github.com/trajano/choco-packages/tree/master/megacmd