afegides dll al release de windows

This commit is contained in:
2026-03-11 19:30:18 +01:00
parent ce5c4681b8
commit df17e85a8a
5 changed files with 1 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ windows_release: force_resource_pack
# Copia los ficheros que estan en la raíz del proyecto
@copy /Y "LICENSE" "$(RELEASE_FOLDER)\" >nul 2>&1 || echo LICENSE not found (optional)
@copy /Y "README.md" "$(RELEASE_FOLDER)\" >nul
@copy /Y release\*.dll "$(RELEASE_FOLDER)\" >nul 2>&1 || echo DLLs copied successfully
@copy /Y release\dll\*.dll "$(RELEASE_FOLDER)\" >nul 2>&1 || echo DLLs copied successfully
# Compila
@windres release/vibe3.rc -O coff -o $(RESOURCE_FILE)