
This license is commonly used for video games and it allows users to download and play the game for free. There are many different open source licenses but they all must comply with the Open Source Definition - in brief: the software can be freely used, modified and shared. Programs released under this license can be used at no cost for both personal and commercial purposes. Open Source software is software with source code that anyone can inspect, modify or enhance. Freeware products can be used free of charge for both personal and professional (commercial use). It is one of those cases of "why does that not work, everything is fine" -> "Why did that work at all before.Freeware programs can be downloaded used free of charge and without any time limitations. I still dont understand how that could happen in the first place. One of the pipeline had a misconfiguration which never showed itself before probably because of some docker image layer caching magic. I gonna have to dig deeper if there are more differences in those pipelines :( Currently i can only explain that error with a wrong node/npm version in the electron-builder image. They are different in later steps but they dont matter in case of this error because it does not reach those steps. It still fails with the new auth settings for npm 9.īoth use the same setting file and do the same steps in their. The second build pipeline is for electron-builder and is using "FROM electronuserland/builder:18-wine-07.23". auth is requiring the registry as namespace now.


The first build pipeline is using "FROM node:18.15.0" now. I had to update the docker image in 2 buildpipelines from node 18.12 to 18.15.0.
