taunoe / tauno-serial-plotter

Serial Plotter for Arduino and other embedded devices.
GNU General Public License v3.0
84 stars 6 forks source link

Winows installer sets shortcut to icon (not exe) #56

Open JonLevin25 opened 2 years ago

JonLevin25 commented 2 years ago

Hi, It seems like the windows installer creates the wrong shortcut in the Start menu + Desktop

Repro:

  1. Install (tested on Windows 11)
  2. Search start menu for Tauno
  3. Click on shortcut

Expected: opens app Actual: Opens print dialog for tauno-plotter.ico

Inspecting the shortcut shows it points to ...\Tauno Serial Plotter\icons\tauno-plotter.ico, rather than ...\Tauno Serial Plotter\tauno-serial-plotter.exe

taunoe commented 2 years ago

Yes, unfortunately, the windows version is quite outdated. And I do not have enough time and experience to fix it. For now, it is easier to run directly from Python source code.