Once an app is installed (in this case Hearthstone) a shortcut is placed on the desktop and it is easy to run. What is the wine command line to do the same thing?
The reason I'm asking is I'm trying to get Hearthstone Deck Tracker to work but it comes as a folder that simply gets copied into the Program Files directory..ie there is no shortcut to run as there is no installer.
I've used the dotnet verification tool that I placed into the system32 folder and that I accessed by:
$ WINEPREFIX="/home/justin/.PlayOnLinux/wineprefix/HS_32" wine "NetFxRepairTool.exe"
and that runs the app.
what do I need to do through the command line to get wine to run "Hearthstone Deck Tracker" in its folder of the same name that is placed in the Program Files folder?
Thanks if anybody can help