Skip to content

Commit

Permalink
Fix missing compatibility.xml in artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadido3 committed Oct 18, 2020
1 parent 47f5855 commit 0aa2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack_windows.x86.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rd distribution /s/q
mkdir distribution
mkdir distribution/noita-mapcap

robocopy "." "distribution/noita-mapcap/" init.lua LICENSE mod.xml README.md
robocopy "." "distribution/noita-mapcap/" init.lua LICENSE compatibility.xml mod.xml README.md

robocopy "data" "distribution/noita-mapcap/data" /e
robocopy "files" "distribution/noita-mapcap/files" /e
Expand Down

0 comments on commit 0aa2a0f

Please sign in to comment.