Add GitHub social image, remove .zip before zipping in build script

This commit is contained in:
2023-07-16 13:58:20 -05:00
parent 3ecd4d4942
commit 8aac68ff6e
2 changed files with 1 additions and 0 deletions

BIN
About/GitHub.png Normal file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

View File

@@ -12,4 +12,5 @@ Copy-Item ./Patches/ ./HydroponicsGrowMore/Patches/ -Recurse
Write-Output "Zipping files."
Remove-Item ./HydroponicsGrowMore.zip -Force
Compress-Archive -Path ./HydroponicsGrowMore/* -DestinationPath ./HydroponicsGrowMore.zip