From 6286b8bf4cb55d02ebd90cbdd4c395f2639a100b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 20 Dec 2024 13:58:48 +0000 Subject: [PATCH] Update output directory in build script for MSI to a more general path --- InfrastructureAgent/build-msi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InfrastructureAgent/build-msi.sh b/InfrastructureAgent/build-msi.sh index 0663090ed7..b454b36c8b 100644 --- a/InfrastructureAgent/build-msi.sh +++ b/InfrastructureAgent/build-msi.sh @@ -9,7 +9,7 @@ sudo apt-get install wixl set -e # Variables -OUTPUT_DIR="./dist/windows" +OUTPUT_DIR="./dist" APP_NAME="oneuptime-infrastructure-agent" # Take version from --version argument