I have installed a windows application using wine and I tried to create a text file on desktop containing the following line:
wine ".wine/drive_c/Program Files/app1/app2018/app.exe"
then I saved the file as a .sh
file and I made the file executable to be able to open this application directly by double clicking the text file, but it didn't work.
Note that when I write the same line in terminal the application opens directly with no problems.
Any ideas please?
#!/bin/bash
) on the very first line of the script so it can run correctly. – 0x2b3bfa0 Sep 04 '18 at 14:09