diff --git a/.github/workflows/scripts/mac/make-universal.sh b/.github/workflows/scripts/mac/make-universal.sh index 3f6f7edef..0675d9680 100755 --- a/.github/workflows/scripts/mac/make-universal.sh +++ b/.github/workflows/scripts/mac/make-universal.sh @@ -18,4 +18,10 @@ 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/" +cp "$SILICON/Blades of Exile/.itch.toml" "build/Blades of Exile/" \ No newline at end of file