Skip to content

Commit

Permalink
compose_files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Nov 15, 2024
1 parent d3bb1ea commit 2796ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildactions/compose_files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ newaction {

-- Copy configs
os.copydir("Server/mods/deathmatch", OUTPUT_DIR.."/server/mods/deathmatch", "*.conf")
os.copydir("Server/mods/deathmatch", OUTPUT_DIR.."/server/mods/deathmatch", "mtaserver.conf.template")
os.copyfile(OUTPUT_DIR.."/server/mods/deathmatch/mtaserver.conf", OUTPUT_DIR.."/server/mods/deathmatch/mtaserver.conf.template")
os.copydir("Server/mods/deathmatch", OUTPUT_DIR.."/server/mods/deathmatch", "*.xml")

-- Copy compiled binaries
Expand Down

0 comments on commit 2796ea0

Please sign in to comment.