diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 5a25ab4..0000000 --- a/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -pkgname=game.title -pkgver=1.0 -pkgrel=1 -pkgdesc="" -arch=('x86_64') -depends=('wine' 'umu-launcher') -makedepends=('rsync') -source=() -sha256sums=() - -package() { - rsync -vzrp ../root/ "$pkgdir/" -} diff --git a/root/usr/share/applications/Game Title.desktop b/root/usr/share/applications/Game Title.desktop deleted file mode 100644 index bf16d5e..0000000 --- a/root/usr/share/applications/Game Title.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name= -Comment= -Exec=env WINEPREFIX="$HOME/Games/umu/game.title" STEAM_COMPAT_LIBRARY_PATHS="/games" bash -c "cd /games/game.title && 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/icon1.ico -StartupNotify=true -Terminal=false -Type=Application -Categories=Game; diff --git a/setup.sh b/setup.sh deleted file mode 100644 index f964b2f..0000000 --- a/setup.sh +++ /dev/null @@ -1,7 +0,0 @@ -safe_title=$(python3 -c "print(\"$name\".replace(\" \", \".\").lower())") -mv -v "root/usr/share/applications/Game Title.desktop" "root/usr/share/applications/$name.desktop" -mkdir -p root/games/$safe_title -mkdir -p root/usr/share/icons/$safe_title -sd "game.title" "$safe_title" "root/usr/share/applications/$name.desktop" -sd "game.title" "$safe_title" PKGBUILD -rm setup.sh \ No newline at end of file