From 97c1fb4803ef21e1f609b6ed514b05e414a9b38b Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Fri, 26 Jan 2024 10:41:28 +0100 Subject: [PATCH] Base: Add deploy script --- Base/Base.vbproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Base/Base.vbproj b/Base/Base.vbproj index ad3ecfe1..fbc6f14d 100644 --- a/Base/Base.vbproj +++ b/Base/Base.vbproj @@ -146,4 +146,7 @@ + + powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' }" + \ No newline at end of file