From eed3f9d7d1e53f0e6a4554199d510bf069cea425 Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Wed, 16 Nov 2022 10:02:32 +0100 Subject: [PATCH] Actualizado Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a2150c..c99c00c 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ windows_release: strip -s -R .comment -R .gnu.version "$(releaseFolder)/$(executable).exe" --strip-unneeded # 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) # Remove folder