Move exe / script suffixes to platform.ps1 - remove from package script

This commit is contained in:
Steve Streeting 2020-10-06 15:57:45 +01:00
parent 96a82f801f
commit 3db41e4964

View File

@ -119,14 +119,6 @@ try {
$proj = Read-Uproject $projfile
$ueVersion = Get-UE-Version $proj
$ueinstall = Get-UE-Install $ueVersion
$exeSuffix = ""
$batchSuffix = ".sh"
if ($IsWindows) {
$exeSuffix = ".exe"
}
if ($IsWindows) {
$batchSuffix = ".bat"
}
$chosenVariantNames = $config.DefaultVariants
if ($variants) {