Update output directory in build script for MSI to a more general path

This commit is contained in:
Simon Larsen
2024-12-20 13:58:48 +00:00
parent b264f4a6b9
commit 6286b8bf4c

View File

@@ -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