We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d3030 commit 4995d95Copy full SHA for 4995d95
GhostServer/GhostServer.vcxproj
@@ -114,7 +114,7 @@
114
</Link>
115
<PostBuildEvent>
116
<Command>
117
- copy /Y "$(TargetPath)" "$(SolutionDir)GhostServer_CLI.exe"
+ copy /Y "$(TargetPath)" "$(SolutionDir)GhostServer.exe"
118
if exist "$(SolutionDir)copy.bat" call "$(SolutionDir)copy.bat"
119
</Command>
120
</PostBuildEvent>
@@ -138,7 +138,7 @@
138
139
140
141
142
143
144
0 commit comments