mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Move exe / script suffixes to platform.ps1 - remove from package script
This commit is contained in:
parent
96a82f801f
commit
3db41e4964
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user