diff --git a/wine/ExampleWINE.desktop b/wine/ExampleWINE.desktop new file mode 100644 index 0000000..71a4b47 --- /dev/null +++ b/wine/ExampleWINE.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Example Entry +Comment=(the above is what comes up in your software launcher (rofi etc) and file manager +Exec=env WINEPREFIX="prefixlocation, usually: /home/username/wine32" wine "EXEdirectorylinktoEXE" +Icon=none +Terminal=false +Type=Application +Categories=Game; \ No newline at end of file