extesy / DeckTracker

Universal Deck Tracker for collectible card games such as The Elder Scrolls: Legends and Eternal
Other
95 stars 26 forks source link

Auto-update process should support static shortcuts #26

Open waitthisisntmtg opened 7 years ago

waitthisisntmtg commented 7 years ago

Hey Ex,

It would be awesome if when the decktracker updated it kept the same shortcut or whatever it might be called. Currently if you pin it or create a shortcut it will load an old version when started through there.

Maybe I'm doing something wrong, let me know!

extesy commented 7 years ago

The auto-update system that I am using (https://github.com/Squirrel/Squirrel.Windows) doesn't support custom shortcuts. When it applies updates, it creates a new subfolder matching the new version (see here) and updates its own shortcut, but your custom shortcut won't be updated and will still point wherever you pointed it to.

The only way to avoid that is to use a custom installer and custom auto-update system. Your request is valid, but the amount of work required far outweighs the benefit gained.

waitthisisntmtg commented 7 years ago

Gotcha, fair enough! Thanks for the response.

lonix commented 7 years ago

Just a technicality but what you are asking for is a Dynamic shortcut not a static one. :) @extesy im gonna look at that installer and see if something can be done.