corregit make linux_release

This commit is contained in:
2025-12-23 08:18:13 +01:00
parent a2b11371cf
commit 1acdd3f38d
3 changed files with 19 additions and 89 deletions

View File

@@ -183,8 +183,9 @@ macos_release: pack_tool resources.pack
# Linux Release
.PHONY: linux_release
linux_release:
linux_release: pack_tool resources.pack
@echo "Creating Linux release - Version: $(VERSION)"
@echo "Note: SDL3 must be installed on the target system (libsdl3-dev)"
# Clean previous
@$(RMDIR) "$(RELEASE_FOLDER)"
@@ -194,7 +195,7 @@ linux_release:
@$(MKDIR) "$(RELEASE_FOLDER)"
# Copy resources
@cp -r resources "$(RELEASE_FOLDER)/"
@cp resources.pack "$(RELEASE_FOLDER)/"
@cp LICENSE "$(RELEASE_FOLDER)/" 2>/dev/null || echo "Warning: LICENSE not found"
@cp README.md "$(RELEASE_FOLDER)/" 2>/dev/null || echo "Warning: README.md not found"