rokucommunity / roku-deploy

An npm module for zipping and deploying to Roku devices.
MIT License
41 stars 17 forks source link

Consider breaking out `outFile` into separate props #154

Open TwitchBronBron opened 6 months ago

TwitchBronBron commented 6 months ago

outFile is used in several places (make the zip, upload a zip, make a signed package). It might be worth breaking these up into separate property names so each one could be individually named. (perhaps use outFile as a catchall still?).