добавление PP

This commit is contained in:
Евгений Храмов 2022-11-05 18:16:39 +03:00
parent 616d0f2711
commit a891ece8bf

@ -21,17 +21,17 @@ sources=("https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/portwin
checksums=('SKIP') checksums=('SKIP')
prepare() { prepare() {
cd "${srcdir}/PortWINE/" cd "${srcdir}"
echo "[Desktop Entry]" >>portproton.desktop #echo "[Desktop Entry]" >>portproton.desktop
echo "Name=PortProton" >>portproton.desktop #echo "Name=PortProton" >>portproton.desktop
echo "Exec=env /home/e.khramov@odk.local/LinuxGaming/PortProton/data/scripts/start.sh %F" >>portproton.desktop #echo "Exec=env /home/e.khramov@odk.local/LinuxGaming/PortProton/data/scripts/start.sh %F" >>portproton.desktop
echo "Type=Application" >>portproton.desktop #echo "Type=Application" >>portproton.desktop
echo "Terminal=False" >>portproton.desktop #echo "Terminal=False" >>portproton.desktop
echo "Categories=Game" >>portproton.desktop #echo "Categories=Game" >>portproton.desktop
echo "StartupNotify=true" >>portproton.desktop #echo "StartupNotify=true" >>portproton.desktop
echo "MimeType=application/x-ms-dos-executable;application/x-wine-extension-msp;application/x-msi;application/x-msdos-program" >>portproton.desktop #echo "MimeType=application/x-ms-dos-executable;application/x-wine-extension-msp;application/x-msi;application/x-msdos-program" >>portproton.desktop
echo "Path=$HOME/PortProton/data/scripts/" >>portproton.desktop #echo "Path=$HOME/PortProton/data/scripts/" >>portproton.desktop
echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop #echo "Icon=$HOME/PortProton/data/img/w.png" >>portproton.desktop
} }
package() { package() {