Skip to content

Commit

Permalink
Fix AppVeyor build missing some CEF files
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Sep 25, 2016
1 parent 8d76cdc commit aba5955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/buildactions/compose_files.lua
Expand Up @@ -32,6 +32,8 @@ newaction {
os.copydir(BIN_DIR, OUTPUT_DIR, "**.exe")
os.copydir(BIN_DIR, OUTPUT_DIR, "**.dll")
os.copydir(BIN_DIR, OUTPUT_DIR, "**.pak")
os.copydir(BIN_DIR, OUTPUT_DIR, "**.bin")
os.copydir(BIN_DIR, OUTPUT_DIR, "**.dat")
else
os.copydir(BIN_DIR, OUTPUT_DIR, "**.so")
os.copydir(BIN_DIR, OUTPUT_DIR, "**mta-server*")
Expand Down

0 comments on commit aba5955

Please sign in to comment.