diff --git a/FS25_Mine.zip b/FS25_Mine.zip index df70fe3..632d1df 100644 Binary files a/FS25_Mine.zip and b/FS25_Mine.zip differ diff --git a/build.ps1 b/build.ps1 index 35b8dbb..6e2e156 100644 --- a/build.ps1 +++ b/build.ps1 @@ -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")" \ No newline at end of file +Write-Host "Kopiert nach: $(Join-Path $ModsPath "$modName.zip")" diff --git a/placeables/mine/Mod_Shop_ICON1024x.xcf b/placeables/mine/Mod_Shop_ICON1024x.xcf new file mode 100644 index 0000000..8c7f754 Binary files /dev/null and b/placeables/mine/Mod_Shop_ICON1024x.xcf differ diff --git a/placeables/mine/store_mine.dds b/placeables/mine/store_mine.dds index 620521c..9cf957c 100644 Binary files a/placeables/mine/store_mine.dds and b/placeables/mine/store_mine.dds differ