Skip to content

Commit 592e385

Browse files
committed
epicgameslauncher: Fix shortcuts
Signed-off-by: Chawye Hsu <[email protected]>
1 parent ecefb78 commit 592e385

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

bucket/epicgameslauncher.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
66
"identifier": "Proprietary",
77
"url": "https://store.epicgames.com/en-US/eula"
88
},
9-
"url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Windows/EpicInstaller-19.0.0.msi#/dl.exe",
10-
"hash": "8cfbad219c4d2a21d32866a5bed0ad196730ca89ffc9d7fa54de1e5c1a1ec8cc",
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Windows/EpicInstaller-19.0.0.msi#/dl.exe",
12+
"hash": "8cfbad219c4d2a21d32866a5bed0ad196730ca89ffc9d7fa54de1e5c1a1ec8cc"
13+
}
14+
},
1115
"pre_install": [
1216
"if (!(get_config USE_LESSMSI)) {",
1317
" throw \"The installer requires lessmsi to work otherwise you'll encouter the 'decompress error', see https://github.com/chawyehsu/dorado/issues/333#issuecomment-841371544 and try again\"",
@@ -16,7 +20,7 @@
1620
],
1721
"shortcuts": [
1822
[
19-
"Launcher\\Portal\\Binaries\\Win32\\EpicGamesLauncher.exe",
23+
"Launcher\\Portal\\Binaries\\Win64\\EpicGamesLauncher.exe",
2024
"Epic Games Launcher"
2125
]
2226
],
@@ -26,7 +30,11 @@
2630
"regex": "EpicInstaller-([\\d.]+).msi"
2731
},
2832
"autoupdate": {
29-
"url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Windows/EpicInstaller-$version.msi#/dl.exe"
33+
"architecture": {
34+
"64bit": {
35+
"url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Windows/EpicInstaller-$version.msi#/dl.exe"
36+
}
37+
}
3038
},
3139
"notes": "Make sure your system has the DirectX Runtime installed."
3240
}

0 commit comments

Comments
 (0)