From d9214c671277327f6ca93598eb30528a82dbca3a Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 30 Oct 2024 19:48:11 -0500 Subject: [PATCH] copy other fonlders to mac universal --- .github/workflows/scripts/mac/make-universal.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scripts/mac/make-universal.sh b/.github/workflows/scripts/mac/make-universal.sh index 3f6f7edef..3bd8ec624 100755 --- a/.github/workflows/scripts/mac/make-universal.sh +++ b/.github/workflows/scripts/mac/make-universal.sh @@ -18,4 +18,9 @@ combine() { combine "Blades of Exile" combine "BoE Scenario Editor" -combine "BoE Character Editor" \ No newline at end of file +combine "BoE Character Editor" + +cp -r "$SILICON/Blades of Exile/Blades of Exile Base" "build/Blades of Exile/" +cp -r "$SILICON/Blades of Exile/Blades of Exile Scenarios" "build/Blades of Exile/" +cp -r "$SILICON/Blades of Exile/data" "build/Blades of Exile/" +cp -r "$SILICON/Blades of Exile/docs" "build/Blades of Exile/" \ No newline at end of file