diff options
author | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-09-19 23:21:33 +0100 |
---|---|---|
committer | BobTheBob9 <for.oliver.kirkham@gmail.com> | 2022-09-19 23:21:33 +0100 |
commit | 9a35efe0b0f5e632d4f182dc490a587390539392 (patch) | |
tree | df3882c33bc5ce99a9e8f1e629e91e87839e4eba /NorthstarDLL | |
parent | d88026b28793bc3562b320d32b696ddd07f9e30d (diff) | |
download | NorthstarLauncher-9a35efe0b0f5e632d4f182dc490a587390539392.tar.gz NorthstarLauncher-9a35efe0b0f5e632d4f182dc490a587390539392.zip |
update postbuild step
Diffstat (limited to 'NorthstarDLL')
-rw-r--r-- | NorthstarDLL/NorthstarDLL.vcxproj | 2 |
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" && copy /Y "$(TargetPath)" "$(SolutionDir)..\..\</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
|