Actualizado Makefile

This commit is contained in:
2022-11-16 10:02:32 +01:00
parent 02e6929f5f
commit eed3f9d7d1

View File

@@ -43,7 +43,7 @@ windows_release:
strip -s -R .comment -R .gnu.version "$(releaseFolder)/$(executable).exe" --strip-unneeded strip -s -R .comment -R .gnu.version "$(releaseFolder)/$(executable).exe" --strip-unneeded
# Create ZIP # Create ZIP
powershell if (Test-Path $(executable)_win_$(version).zip) {Remove-Item $(windowsRelease)} powershell if (Test-Path $(windowsRelease)) {Remove-Item $(windowsRelease)}
powershell Compress-Archive -Path "$(releaseFolder)"/* -DestinationPath $(windowsRelease) powershell Compress-Archive -Path "$(releaseFolder)"/* -DestinationPath $(windowsRelease)
# Remove folder # Remove folder