From 433e3c4b07ff8281f88b2538b98bea2e9c04dcac Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 27 Oct 2021 21:21:21 +0200 Subject: [PATCH] Added a post-build event to delete GameShortcut.exe from the output directory --- GameShortcut/GameShortcut.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GameShortcut/GameShortcut.vcxproj b/GameShortcut/GameShortcut.vcxproj index d52fe05..0ae1be8 100644 --- a/GameShortcut/GameShortcut.vcxproj +++ b/GameShortcut/GameShortcut.vcxproj @@ -57,6 +57,12 @@ CopyToHardDrive $(RemoteRoot)=$(ImagePath);$(RemoteRoot)\config=$(OutDir)config + + del $(OutDir)$(TargetName)$(TargetExt) + + + Delete $(OutDir)$(TargetName)$(TargetExt) +