Skip to content

Commit

Permalink
Fixed Nuake.Net copy command failing
Browse files Browse the repository at this point in the history
  • Loading branch information
antopilo committed Apr 26, 2024
1 parent 64587fe commit 05d7fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuakeNet/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ project "NuakeNet"
}

postbuildcommands {
'{ECHO} Copying "%{wks.location}/NuakeNet/bin/%{cfg.buildcfg}/NuakeNet.dll" to "%{wks.location}/Editor"',
'{COPYFILE} "%{wks.location}/NuakeNet/bin/%{cfg.buildcfg}/NuakeNet.dll" "%{wks.location}/Editor"'
'{ECHO} Copying "%{wks.location}/NuakeNet/bin/$(Configuration)/NuakeNet.dll" to "%{wks.location}/Editor"',
'{COPYFILE} "%{wks.location}/NuakeNet/bin/$(Configuration)/NuakeNet.dll" "%{wks.location}/Editor"'
}

0 comments on commit 05d7fc1

Please sign in to comment.