Skip to content

Commit

Permalink
Fix linux post-build commands order
Browse files Browse the repository at this point in the history
  • Loading branch information
mel-florance committed Apr 14, 2021
1 parent b074b41 commit 127573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ project "Server"
systemversion "latest"

postbuildcommands {
"{COPY} ./project ../Binaries/Release-linux-x86_64/Server/project",
"{COPY} ./project ../Binaries/Debug-linux-x86_64/Server/project",
"{COPY} ./project ../Binaries/Release-linux-x86_64/Server/project",
}

defines {
Expand Down

0 comments on commit 127573d

Please sign in to comment.