Skip to content

Commit e208315

Browse files
committed
Remove emulators which have AppImage format
- just create a folder.AppImage.config / .home to use it portably
1 parent 202d14c commit e208315

File tree

2 files changed

+9
-25
lines changed

2 files changed

+9
-25
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -125,20 +125,12 @@ bash --login ./linux-script.sh
125125

126126
These packages will be installed in Arch and Fedora Desktop versions:
127127

128-
| Package | Verified |
129-
| :---------------------------: | :------: |
130-
| dev.vencord.Vesktop ||
131-
| org.onlyoffice.desktopeditors ||
132-
| app.xemu.xemu ||
133-
| io.github.ryubing.Ryujinx ||
134-
| net.kuribo64.melonDS ||
135-
| net.pcsx2.PCSX2 ||
136-
| net.rpcs3.RPCS3 ||
137-
| net.shadps4.shadPS4 ||
138-
| org.DolphinEmu.dolphin-emu ||
139-
| org.duckstation.DuckStation ||
140-
| org.libretro.RetroArch ||
141-
| org.ppsspp.PPSSPP ||
128+
| Package | Verified |
129+
| :----------------------------: | :------: |
130+
| dev.vencord.Vesktop ||
131+
| io.missioncenter.MissionCenter ||
132+
| org.onlyoffice.desktopeditors ||
133+
| org.DolphinEmu.dolphin-emu ||
142134

143135
### _<img width="15px" src="./src/assets/arch-linux-logo.png" /> Arch_
144136

src/lib/base-script.sh

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,19 +114,11 @@ function install_fonts() {
114114

115115
function install_my_flatpak_packages() {
116116
local flatpak_apps=(
117-
"dev.vencord.Vesktop" # | Vesktop (Best discord alternative for linux)
118-
"org.onlyoffice.desktopeditors" # | ONLYOFFICE Desktop Editors
117+
"dev.vencord.Vesktop" # ✅ | Vesktop (Best discord alternative for linux)
118+
"io.missioncenter.MissionCenter" # ✅ | Mission Center (Task Manager)
119+
"org.onlyoffice.desktopeditors" # ✅ | ONLYOFFICE Desktop Editors
119120
# Emulators
120-
"app.xemu.xemu" # ❌ | Xbox
121-
"io.github.ryubing.Ryujinx" # ❌ | Nintendo Switch
122-
"net.kuribo64.melonDS" # ✅ | Nintendo DS
123-
"net.pcsx2.PCSX2" # ✅ | PS2
124-
"net.rpcs3.RPCS3" # ❌ | PS3
125-
"net.shadps4.shadPS4" # ✅ | PS4
126121
"org.DolphinEmu.dolphin-emu" # ❌ | Nintendo GameCube / Wii
127-
"org.duckstation.DuckStation" # ✅ | PS1
128-
"org.libretro.RetroArch" # ✅ | Most Retro
129-
"org.ppsspp.PPSSPP" # ✅ | PSP
130122
)
131123

132124
echo_section "Installing via flatpak"

0 commit comments

Comments
 (0)