From 7f8c14e3a99178369248a69d8e1430075f21fa74 Mon Sep 17 00:00:00 2001 From: RatzzFatzz Date: Wed, 5 Feb 2025 16:00:01 +0100 Subject: [PATCH] Use maven properties for wix installer vars --- pom.xml | 18 +++++++++++++++++- src/wix/resources/main.wxs | 10 +++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b8a76fa..e7bfeef 100644 --- a/pom.xml +++ b/pom.xml @@ -90,6 +90,22 @@ + + filter-windows-installer-info + package + + copy-resources + + + ${project.build.directory}/wix-resources + + + ${project.basedir}/src/wix/resources + true + + + + @@ -107,7 +123,7 @@ at.pcgamingfreaks.mkvaudiosubtitlechanger.Main ${project.artifactId}-${project.version}.jar - ${project.basedir}/src/wix/resources/ + ${project.build.directory}/wix-resources/ EXE true false diff --git a/src/wix/resources/main.wxs b/src/wix/resources/main.wxs index 389cbb6..bcd994e 100644 --- a/src/wix/resources/main.wxs +++ b/src/wix/resources/main.wxs @@ -24,12 +24,12 @@ - - - + + + - - + +