aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL
diff options
context:
space:
mode:
authorBobTheBob9 <for.oliver.kirkham@gmail.com>2022-09-19 23:21:33 +0100
committerBobTheBob9 <for.oliver.kirkham@gmail.com>2022-09-19 23:21:33 +0100
commit9a35efe0b0f5e632d4f182dc490a587390539392 (patch)
treedf3882c33bc5ce99a9e8f1e629e91e87839e4eba /NorthstarDLL
parentd88026b28793bc3562b320d32b696ddd07f9e30d (diff)
downloadNorthstarLauncher-9a35efe0b0f5e632d4f182dc490a587390539392.tar.gz
NorthstarLauncher-9a35efe0b0f5e632d4f182dc490a587390539392.zip
update postbuild step
Diffstat (limited to 'NorthstarDLL')
-rw-r--r--NorthstarDLL/NorthstarDLL.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj
index b6f3ea37..9ce5da3c 100644
--- a/NorthstarDLL/NorthstarDLL.vcxproj
+++ b/NorthstarDLL/NorthstarDLL.vcxproj
@@ -111,7 +111,7 @@
</Command>
</PreBuildEvent>
<PostBuildEvent>
- <Command>copy /Y "$(TargetPath)" "$(SolutionDir)..\..\"</Command>
+ <Command>IF EXIST "$(SolutionDir)..\..\Titanfall2.exe" del "$(SolutionDir)..\..\Northstar.dll" &amp;&amp; copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>