From 5f6755c506453712aff256f0ad08f84c171a8c51 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sun, 23 Oct 2022 19:59:42 -0400 Subject: [PATCH] Add arch info to filename of desktop installers (#1033) Add arch info to desktop installers Closes #1032 --- ant/apple/installer.xml | 26 +++++++++++++------------- ant/apple/product-def.plist.in | 2 +- ant/linux/installer.xml | 11 +++++++++-- ant/windows/installer.xml | 11 +++++++++-- 4 files changed, 32 insertions(+), 18 deletions(-) diff --git a/ant/apple/installer.xml b/ant/apple/installer.xml index bbd8f0d86..f1402df1f 100644 --- a/ant/apple/installer.xml +++ b/ant/apple/installer.xml @@ -1,6 +1,7 @@ + - + Creating installer using pkgbuild + + + + + @@ -58,7 +65,7 @@ - + @@ -71,13 +78,6 @@ - - - - - - - @@ -92,7 +92,7 @@ - + @@ -130,13 +130,13 @@ - + - + - + diff --git a/ant/apple/product-def.plist.in b/ant/apple/product-def.plist.in index 31eb5c377..0868f44fe 100644 --- a/ant/apple/product-def.plist.in +++ b/ant/apple/product-def.plist.in @@ -4,7 +4,7 @@ arch - ${build.archdef} + ${apple.target.arch} \ No newline at end of file diff --git a/ant/linux/installer.xml b/ant/linux/installer.xml index ae61ba41e..29832f508 100644 --- a/ant/linux/installer.xml +++ b/ant/linux/installer.xml @@ -1,10 +1,17 @@ + - + Creating installer using makeself + + + + + + @@ -30,7 +37,7 @@ - + diff --git a/ant/windows/installer.xml b/ant/windows/installer.xml index 375a6fe5a..412c64ce0 100644 --- a/ant/windows/installer.xml +++ b/ant/windows/installer.xml @@ -1,9 +1,16 @@ + - + + + + + + + @@ -38,7 +45,7 @@ - +