hmlendea / gfn-electron

Linux Desktop client for Nvidia's GeForce NOW game streaming service
GNU General Public License v3.0
510 stars 62 forks source link

New module tree #32

Closed roypen closed 3 years ago

roypen commented 3 years ago

Existing package-lock.json is missing some modules. In most cases it is not a problem because npm can download missing dependences during install. Sadly, Flatpak builder doesn't have access to the internet during build process, so each module has to be downloaded to the cache earlier. Therefore, it is important for the Flatpaks building process that package-lock contains all modules and its dependences. New module tree was generated using npm install --package-lock-only

hmlendea commented 3 years ago

Hi. I think the README.md was commited by mistake? It should be reverted

Other than that, it's all good IMO

roypen commented 3 years ago

Hi. Yes, you are right. Now it should be ok.