Skip to content

Commit 4995d95

Browse files
committed
fixup: oops
1 parent b3d3030 commit 4995d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GhostServer/GhostServer.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</Link>
115115
<PostBuildEvent>
116116
<Command>
117-
copy /Y "$(TargetPath)" "$(SolutionDir)GhostServer_CLI.exe"
117+
copy /Y "$(TargetPath)" "$(SolutionDir)GhostServer.exe"
118118
if exist "$(SolutionDir)copy.bat" call "$(SolutionDir)copy.bat"
119119
</Command>
120120
</PostBuildEvent>
@@ -138,7 +138,7 @@
138138
</Link>
139139
<PostBuildEvent>
140140
<Command>
141-
copy /Y "$(TargetPath)" "$(SolutionDir)GhostServer_CLI.exe"
141+
copy /Y "$(TargetPath)" "$(SolutionDir)GhostServer.exe"
142142
if exist "$(SolutionDir)copy.bat" call "$(SolutionDir)copy.bat"
143143
</Command>
144144
</PostBuildEvent>

0 commit comments

Comments
 (0)