Skip to content

Commit

Permalink
Remove wine Flatpak until auto select option 1 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Mar 7, 2024
1 parent 5338fad commit 39ad22e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utilities/update-emulators/update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e -o pipefail

VERSION="0.6.2"
VERSION="0.6.3"
CURDIR="${PWD}"

curlit()
Expand Down Expand Up @@ -270,7 +270,6 @@ main () {
update_emu_flatpak "Ryujinx" "org.ryujinx.Ryujinx"
update_emu_flatpak "ScummVM" "org.scummvm.ScummVM"
update_emu_flatpak "VICE" "net.sf.VICE"
update_emu_flatpak "Wine" "org.winehq.Wine"
update_emu_flatpak "Xemu-Emu" "app.xemu.xemu"

if [[ -d "${HOME}/.var/app/org.libretro.RetroArch/config/retroarch/cores" ]]; then
Expand Down

0 comments on commit 39ad22e

Please sign in to comment.