From f1f25b4c70865b1e717252237f64ee38e58042b9 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Tue, 17 Dec 2024 13:54:22 +0100
Subject: [PATCH] release: MSVC does not need external modules + fix devel
package
---
.github/workflows/release.yml | 3 ---
build-scripts/release-info.json | 1 +
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bc44d265..89c9bbf5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -286,9 +286,6 @@ jobs:
cd C:\temp
unzip "${{ github.workspace }}/${{ needs.src.outputs.src-zip }}"
echo "path=C:\temp\${{ needs.src.outputs.project }}-${{ needs.src.outputs.version }}" >>$Env:GITHUB_OUTPUT
- - name: 'Download external dependencies'
- run: |
- ${{ steps.zip.outputs.path }}/external/Get-GitModules.ps1
- name: 'Build MSVC binary archives'
id: releaser
env:
diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index 28e6f200..54a6931e 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -83,6 +83,7 @@
},
"files-devel": {
"lib/@<@ARCH@>@": [
+ "VisualC/@<@PLATFORM@>@/@<@CONFIGURATION@>@/SDL2_image.dll",
"VisualC/@<@PLATFORM@>@/@<@CONFIGURATION@>@/SDL2_image.lib",
"VisualC/@<@PLATFORM@>@/@<@CONFIGURATION@>@/SDL2_image.pdb"
]