locale bild filterung. neues store icon
This commit is contained in:
Binary file not shown.
@@ -170,7 +170,8 @@ try {
|
||||
-not ($relative -like ".vscode\*") -and
|
||||
$relative -ne "$modName.zip" -and
|
||||
$relative -ne "build.ps1" -and
|
||||
$relative -ne "build.cmd"
|
||||
$relative -ne "build.cmd" -and
|
||||
-not ($relative -like "*.xcf")
|
||||
}
|
||||
|
||||
foreach ($file in $files) {
|
||||
@@ -186,4 +187,4 @@ Move-Item -LiteralPath $tempZip -Destination $projectZip -Force
|
||||
Copy-Item -LiteralPath $projectZip -Destination (Join-Path $ModsPath "$modName.zip") -Force
|
||||
|
||||
Write-Host "Build fertig: $projectZip"
|
||||
Write-Host "Kopiert nach: $(Join-Path $ModsPath "$modName.zip")"
|
||||
Write-Host "Kopiert nach: $(Join-Path $ModsPath "$modName.zip")"
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user