Skip to content

Commit 4032c4a

Browse files
authored
Merge pull request #109 from bmsuseluda/fix/dolphinLinux
fix: dolphin download on linux
2 parents 10b35d3 + 0a26af2 commit 4032c4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

downloadEmulators/downloadEmulatorsLinux.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const emulatorDownloadsLinux: Partial<EmulatorDownloads> = {
66
duckstation:
77
"https://github.com/stenzek/duckstation/releases/download/v0.1-7371/DuckStation-x64.AppImage",
88
dolphin:
9-
"https://github.com/pkgforge-dev/Dolphin-emu-AppImage/releases/download/1.2412-4/Dolphin_Emulator-1.2412-4-x86_64.AppImage",
9+
"https://github.com/pkgforge-dev/Dolphin-emu-AppImage/releases/download/2412-270/Dolphin_Emulator-2412-270-anylinux-x86_64.AppImage",
1010
ryujinx:
1111
"https://github.com/GreemDev/Ryujinx/releases/download/1.2.81/ryujinx-1.2.81-linux_x64.tar.gz",
1212
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "emuze",
33
"description": "Launch your Retro Games fast and simple",
4-
"version": "0.53.0",
4+
"version": "0.53.1",
55
"author": "bmsuseluda <[email protected]>",
66
"email": "[email protected]",
77
"url": "https://github.com/bmsuseluda/emuze",

0 commit comments

Comments
 (0)