Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
0.5-alpha: Hotfix for Yuzu et xemu installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chevek committed Mar 13, 2022
1 parent 66c8130 commit 1390a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.5-alpha
* Hotfix for Yuzu et xemu installation

0.4-alpha
* added more emulators: Yuzu, xemu, GNOME Games (with PicoDrive).
* Removed some emulators as they are included in GNOME Games: Dolphin & DeSmuME.
Expand Down
6 changes: 3 additions & 3 deletions gaming-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
############################################################################################
# Initialize variables
GAMING_FLATPAK_VERSION=0.4
GAMING_FLATPAK_VERSION=0.5

# Commands to install
FLATPAKS="# This is where you put the Flatpaks commands to install softwares and their descriptions in various langages:
Expand Down Expand Up @@ -132,15 +132,15 @@ url:https://flathub.org/apps/details/org.yuzu_emu.yuzu
fr:Émulateur Nintendo Switch.
en:Nintendo Switch emulator
security:[✓]
flatpak install flathub org.yuzu_emu.yuzu
flatpak install --assumeyes --noninteractive flathub org.yuzu_emu.yuzu
# xemu
name:xemu
url:https://flathub.org/apps/details/app.xemu.xemu
fr:Émulateur Xbox.
en:Xbox Emulator.
security:[✓]
flatpak install flathub app.xemu.xemu
flatpak install --assumeyes --noninteractive flathub app.xemu.xemu
# GNOME Games
name:GNOME Games
Expand Down

0 comments on commit 1390a5d

Please sign in to comment.