electron / get

Download Electron release artifacts
https://npm.im/@electron/get
MIT License
344 stars 105 forks source link

Missing LICENSE file in the repo of ver 1.12.2 #296

Closed itsuki-murata closed 2 months ago

itsuki-murata commented 2 months ago

Currently I'm using @electron/get ver 1.12.2, but can't find a LICENSE file in the repo of ver 1.12.2. Could you add the LICENSE file in the repo of ver 1.12.2? Or is it possible to use the LICENSE file of the latest version as the license for ver 1.12.2? Thanks in advance.

itsuki-murata commented 2 months ago

I'm also using electron-download ver 1.4.1, but can't find a LICENSE file in the repo of ver 1.4.1. Could you add the LICENSE file for electron-download ver 1.4.1? Thanks in advance.

erickzhao commented 2 months ago

Hi, I would recommend upgrading your @electron/get dependency in your lockfile. The appropriate license should be available as of v1.12.3: https://github.com/electron/get/pull/172

Could you add the LICENSE file in the repo of ver 1.12.2?

Since the tag and release already exist, this isn't possible without deleting already-published artifacts and re-releasing so I don't think this is viable.