🎉 init
This commit is contained in:
commit
ac35e31e34
3 changed files with 58 additions and 0 deletions
12
examples/wine/PKGBUILD
Normal file
12
examples/wine/PKGBUILD
Normal file
|
@ -0,0 +1,12 @@
|
|||
pkgname=game.title
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="<GAME_DESC>"
|
||||
arch=('x86_64')
|
||||
depends=('wine' 'umu-launcher')
|
||||
source=()
|
||||
sha256sums=()
|
||||
|
||||
package() {
|
||||
rsync -vzr ./root/ "$pkgdir/"
|
||||
}
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=<GAME_TITLE>
|
||||
Comment=<GAME_DESC>
|
||||
Exec=env WINEPREFIX="$HOME/Games/umu/game.title" STEAM_COMPAT_LIBRARY_PATHS="/games" bash -c "umu-run /games/game.title/_Redist/vc_redist.x64.exe /Install /Quiet && umu-run /games/game.title/_Redist/vc_redist.x86.exe /Install /Quiet && umu-run /games/game.title/game.exe"
|
||||
Icon=/usr/share/icons/game.title/icon.png
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Game;
|
Loading…
Add table
Add a link
Reference in a new issue