From e0a8fc471bd63bf9cefa275052e0778f934a52eb Mon Sep 17 00:00:00 2001 From: Lumeinshin Date: Wed, 19 Apr 2023 05:39:39 -0700 Subject: [PATCH] Upload files to 'wine' --- wine/ExampleWINE.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wine/ExampleWINE.desktop 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