locale bild filterung. neues store icon

This commit is contained in:
2026-07-04 01:36:18 +02:00
parent ecf6b118df
commit c99865078b
4 changed files with 3 additions and 2 deletions
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -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.