Open OzanKurt opened 6 years ago
Relevant squirrel issue: https://github.com/Squirrel/Squirrel.Windows/issues/863, I'm not sure if this is something fixable in HDT itself.
So what can we do to fix this?
Actually - I'm not sure whether this fixes it, but I removed the version number from the icon text for now. I suppose there is a chance of that being the problem.
Yeah that might have been the case. Windows is retarded enough to mark them as different applications. :+1:
in the judge2020 link , user WolfspiritM wrote
I figured out what the reason is: https://github.com/Squirrel/Squirrel.Windows/blob/master/src/Squirrel/TrayHelper.cs#L106 This checks for the exe in the package being inside the path of the TrayIcon, however the Path is converted to lowercase a few lines above. So if the exe does have uppercase letters it's not recognized and it jumps to "keepItem". My temporary fix is to rename my .exe to lowercase, but I think that should be fixed.
so i think the fix is to call it hearthstone deck tracker instead of Hearthstone Deck Tracker , it's a bit bad ...
Renaming the exe has all sorts of implications, definitely can't do that.
It seems to work now with the new update!
We still have the same problem even if the signature is same. ;/
@OzanKurt does this work now? This was possibly fixed with the fix for #3666.
You can not imagine how annoying it is to do the same thing over and over again for each update.