Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.23k stars 1.02k forks source link

Running multiple squirrel releases #1857

Open sharadnair opened 1 year ago

sharadnair commented 1 year ago

Squirrel Version: 2.0.0.0

Hello team, More of a question than an issue. We have a requirement to run simultaneous squirrel build on the same machine. We have created an agent running as Windows Service, creating a squirrel setup file on demand. This is working fine but if we have two separate services to build the squirrel setup file on the same machine, it does not work due to the locking of files etc.

Can we get a simultaneous squirrel build on the same machine?

anaisbetts commented 1 year ago

At some point this won't scale because signtool.exe will start blowing up when run concurrently :(