timsutton / aamporter

Utility to batch download Adobe Creative Suite/Cloud updates and optionally import them into a Munki repository.
MIT License
86 stars 14 forks source link

Added basic support for Windows and a simple progress indicator #15

Closed hansen-m closed 9 years ago

hansen-m commented 9 years ago

Hey Tim - This adds the ability to download updates from the Windows feed and also parse a Windows .ccp file. I'm thinking that maybe using the --platform win option should also disable any attempt to use munkiimport or if that would be assumed. Thoughts?

timsutton commented 9 years ago

Looks nice, thanks!

I agree, it wouldn't hurt to ensure that win can't be used alongside -m.

If you could also update the README to mention that it can download the Windows updates, that would also be good.

hansen-m commented 9 years ago

Updated the README and added the check to prevent using the -m and win options together

timsutton commented 9 years ago

Thanks!