Update 'Winegon.sh'
This commit is contained in:
parent
8cfd069760
commit
cde2b28b27
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ echo "Version=1.0" >> $DESKTOPFILE10
|
|||
echo "Type=Application" >> $DESKTOPFILE10
|
||||
echo "Name=Polygon URL 10" >> $DESKTOPFILE10
|
||||
echo "Comment=Play Polygon games!" >> $DESKTOPFILE10
|
||||
echo "Exec=wine "$HOME/.wine/drive_c/users/$USER/AppData/Local/Project Polygon/Versions/version-386164ab165b55af/Polygon.exe" %u" >> $DESKTOPFILE10
|
||||
echo "Exec=wine $HOME/.wine/drive_c/users/$USER/AppData/Local/Project\ Polygon/Versions/version-386164ab165b55af/Polygon.exe %u" >> $DESKTOPFILE10
|
||||
echo "Categories=Game;" >> $DESKTOPFILE10
|
||||
echo "MimeType=$MIMETYPE10;" >> $DESKTOPFILE10
|
||||
|
||||
|
@ -39,7 +39,7 @@ echo "Version=1.0" >> $DESKTOPFILE11
|
|||
echo "Type=Application" >> $DESKTOPFILE11
|
||||
echo "Name=Polygon URL 11" >> $DESKTOPFILE11
|
||||
echo "Comment=Play Polygon games!" >> $DESKTOPFILE11
|
||||
echo "Exec=wine "$HOME/.wine/drive_c/users/$USER/AppData/Local/Project Polygon/Versions/version-9512c515176f9859/Polygon.exe" %u" >> $DESKTOPFILE11
|
||||
echo "Exec=wine $HOME/.wine/drive_c/users/$USER/AppData/Local/Project\ Polygon/Versions/version-9512c515176f9859/Polygon.exe %u" >> $DESKTOPFILE11
|
||||
echo "Categories=Game;" >> $DESKTOPFILE11
|
||||
echo "MimeType=$MIMETYPE11;" >> $DESKTOPFILE11
|
||||
|
||||
|
@ -51,7 +51,7 @@ echo "Version=1.0" >> $DESKTOPFILE12
|
|||
echo "Type=Application" >> $DESKTOPFILE12
|
||||
echo "Name=Polygon URL 12" >> $DESKTOPFILE12
|
||||
echo "Comment=Play Polygon games!" >> $DESKTOPFILE12
|
||||
echo "Exec=wine "$HOME/.wine/drive_c/users/$USER/AppData/Local/Project Polygon/Versions/version-f9324578ab26456f/Polygon.exe" %u" >> $DESKTOPFILE12
|
||||
echo "Exec=wine $HOME/.wine/drive_c/users/$USER/AppData/Local/Project\ Polygon/Versions/version-f9324578ab26456f/Polygon.exe %u" >> $DESKTOPFILE12
|
||||
echo "Categories=Game;" >> $DESKTOPFILE12
|
||||
echo "MimeType=$MIMETYPE12;" >> $DESKTOPFILE12
|
||||
|
||||
|
|
Loading…
Reference in a new issue