{ "version": "19.2.0", "homepage": "https://store.epicgames.com/", "description": "The official launcher for Epic Games Store", "license": { "identifier": "Freeware", "url": "https://www.epicgames.com/site/en-US/tos" }, "url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Windows/EpicInstaller-19.2.0.msi#/setup.msi_", "hash": "b1c9a107759f96948be478e53dda63219940b2e67044134406bd18df0638cc62", "post_install": [ "if (!(is_admin)) {error \"$app requires admin rights to $cmd\"; break}", "Start-Process 'msiexec' -Wait -Verb 'RunAs' -ArgumentList @('/i', \"`\"$dir\\setup.msi_`\"\", '/qn', \"INSTALLDIR=`\"$dir`\"\", \"TARGETDIR=`\"$dir`\"\")", "Stop-Service -Name 'EpicOnlineServices' -Force -ErrorAction 'SilentlyContinue'; Stop-Process -Name 'EpicGamesLauncher' -Force -ErrorAction 'SilentlyContinue'" ], "pre_uninstall": [ "if (!(is_admin)) {error \"$app requires admin rights to $cmd\"; break}", "Stop-Service -Name 'EpicOnlineServices' -Force -ErrorAction 'SilentlyContinue'; Stop-Process -Name 'EpicGamesLauncher' -Force -ErrorAction 'SilentlyContinue'", "Start-Process 'msiexec' -Wait -Verb 'RunAs' -ArgumentList @('/x', \"`\"$dir\\setup.msi_`\"\", '/qn'); Start-Sleep -Seconds 3", "Remove-Item \"$env:LOCALAPPDATA\\Epic Online Services\" -Force -Recurse -ErrorAction 'SilentlyContinue'" ], "checkver": { "url": "https://scoop.sh", "useragent": "$app/$version", "script": [ "$redirUrl = [Net.HttpWebRequest]::Create('https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/installer/download/EpicGamesLauncherInstaller.msi')", "$redirUrl.method = 'head'", "[Web.HttpUtility]::ParseQueryString($redirUrl.GetResponse().ResponseUri.Query).Get('launcherfilename')" ], "regex": "\\AEpicInstaller-([\\d.]+)\\.msi\\Z" }, "autoupdate": { "url": "https://epicgames-download1.akamaized.net/Builds/UnrealEngineLauncher/Installers/Windows/EpicInstaller-$version.msi#/setup.msi_" } }