Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -15223,6 +15223,25 @@ load_sketchup()
"
}

#----------------------------------------------------------------

w_metadata epic_games_launcher apps \
title="Epic Games Launcher" \
publisher="Epic Games" \
year="2019" \
media="download" \
file1="EpicGamesLauncherInstaller.msi" \
#installed_exe1="$W_PROGRAMS_X86_WIN/Steam/Steam.exe"

load_epic_games_launcher()
{
# QA: Can we make a checksum?
w_download https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi

w_try "$WINE" msiexec /i "$W_CACHE/$W_PACKAGE/$file1"
}


#----------------------------------------------------------------

w_metadata steam apps \
Expand Down