From d0cc6d8d44ac5b77f41e71869f5dd178c3789663 Mon Sep 17 00:00:00 2001 From: SilicaPi Date: Fri, 29 Jan 2021 00:08:05 +1300 Subject: [PATCH] fix publish on linux --- Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj b/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj index c13a56f..386702e 100755 --- a/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj +++ b/Horse Isle Server/HorseIsleServer/HorseIsleServer.csproj @@ -33,8 +33,8 @@ copy "$(SolutionDir)..\DataCollection\HI1.MAP" "$(TargetDir)HI1.MAP" /Y - cp -f "$(SolutionDir)..\DataCollection\gamedata.json" "$(TargetDir)gamedata.json" - cp -f "$(SolutionDir)..\DataCollection\HI1.MAP" "$(TargetDir)HI1.MAP" + cp -f "$(MSBuildThisFileDirectory)../../DataCollection/gamedata.json" "$(TargetDir)gamedata.json" + cp -f "$(MSBuildThisFileDirectory)../../DataCollection/HI1.MAP" "$(TargetDir)HI1.MAP"