aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/NorthstarDLL.vcxproj
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-27 01:31:23 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-27 01:31:23 +0100
commit3406de7aaaf52cbef20b1549f2d7da0255d30f51 (patch)
treee4a8d14139847aac5c1a2785d4271a4dd44ba8cc /NorthstarDLL/NorthstarDLL.vcxproj
parent0de847bb4832c201233c87fa37867b9d89f0e8c8 (diff)
downloadNorthstarLauncher-3406de7aaaf52cbef20b1549f2d7da0255d30f51.tar.gz
NorthstarLauncher-3406de7aaaf52cbef20b1549f2d7da0255d30f51.zip
fix up postbuild commands to use relative dir
Diffstat (limited to 'NorthstarDLL/NorthstarDLL.vcxproj')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj
index f17ac7ab..a48ecb16 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj
+++ b/NorthstarDLL/NorthstarDLL.vcxproj
@@ -78,7 +78,7 @@
</Command>
</PreBuildEvent>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "D:\origin\titanfall\Titanfall2"</Command>
+ <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\..\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -111,7 +111,7 @@
</Command>
</PreBuildEvent>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "D:\origin\titanfall\Titanfall2"</Command>
+ <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\..\"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>