Skip to content

Commit

Permalink
somehow important copy commands got lost
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 1, 2024
1 parent a0ecba9 commit 9c41f14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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,10 @@ 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/"
cp "$SILICON/Blades of Exile/.itch.toml" "build/Blades of Exile/"

0 comments on commit 9c41f14

Please sign in to comment.