Skip to content

Commit

Permalink
copy other fonlders to mac universal
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Oct 31, 2024
1 parent 208074c commit d9214c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/scripts/mac/make-universal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ combine() {

combine "Blades of Exile"
combine "BoE Scenario Editor"
combine "BoE Character Editor"
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/"

0 comments on commit d9214c6

Please sign in to comment.