Alonzzzo2
Alonzzzo2
I'm getting the same error occasionally when releasifying and it's a big issue... signing the files won't help (haven't tried) simply cause at the Releasify method, the signing occurs AFTER...
Using the squirrel events is a great idea but the real solution would be to stop using the [deprecated ](https://docs.microsoft.com/en-us/nuget/reference/nuspec#iconurl)'iconUrl' nuget attribute and start using the '[icon](https://docs.microsoft.com/en-us/nuget/reference/nuspec#icon )' nuget attribute...
Here's a part of the fix: In function CreateUninstallerRegistryEntry: `if (!string.IsNullOrEmpty(zp.Icon)) { try { var appDirName = $"app-{latest.Version}"; var iconFileInfo = new FileInfo(zp.Icon); var iconFileName = iconFileInfo.Name; var iconFullPath =...
@ken-sands I've implemented a fix for this issue and recompiled squirrel, locally ( along with some other modifications I had to do which will suit our needs). If you would...
Sure, with pleasure
Thanks What if the kill-the-app code will run before trying to acquire the lock? Its a solution for this scenario, if it doesn't cause other issues
same here, Can't get this to work