From caa9dae51155e69886069f3dfe77b936fb8991cb Mon Sep 17 00:00:00 2001
From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Date: Mon, 19 Aug 2024 15:17:21 -0500
Subject: [PATCH] Correct name of workspace (#315)
* Correct name of workspace
* Skip mac signing if not available
---
.github/workflows/ant-app.yml | 2 +-
.github/workflows/ant.yml | 2 +-
build.xml | 238 +++++++++++++++++++++++++++++++++-
3 files changed, 237 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/ant-app.yml b/.github/workflows/ant-app.yml
index 7c83a6bf..92426ecd 100644
--- a/.github/workflows/ant-app.yml
+++ b/.github/workflows/ant-app.yml
@@ -255,7 +255,7 @@ jobs:
AZURE_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }}
AZURE_CODE_SIGNING_NAME: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
AZURE_CERT_PROFILE_NAME: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
- SIGNTOOLDIR: ${{ runner.workspace }}/Microsoft.Windows.SDK.BuildTools.10.0.22621.3233/tools/sign
+ SIGNTOOLDIR: ${{ github.workspace }}/Microsoft.Windows.SDK.BuildTools.10.0.22621.3233/tools/sign
run: |
ant -noinput -buildfile build.xml binaryAppPackage
shell: bash
diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
index 87081e8b..b9456e9c 100644
--- a/.github/workflows/ant.yml
+++ b/.github/workflows/ant.yml
@@ -255,7 +255,7 @@ jobs:
AZURE_ENDPOINT: ${{ secrets.AZURE_ENDPOINT }}
AZURE_CODE_SIGNING_NAME: ${{ secrets.AZURE_CODE_SIGNING_NAME }}
AZURE_CERT_PROFILE_NAME: ${{ secrets.AZURE_CERT_PROFILE_NAME }}
- SIGNTOOLDIR: ${{ runner.workspace }}/Microsoft.Windows.SDK.BuildTools.10.0.22621.3233/tools/sign
+ SIGNTOOLDIR: ${{ github.workspace }}/Microsoft.Windows.SDK.BuildTools.10.0.22621.3233/tools/sign
run: |
ant -noinput -buildfile build.xml binaryPackage
shell: bash
diff --git a/build.xml b/build.xml
index 99d82c7b..57e06586 100644
--- a/build.xml
+++ b/build.xml
@@ -1365,11 +1365,23 @@
+
+
+
isXMac=${isXMac}
+
+
+
+
+
+
+
+ isSignXMac=${isSignXMac}
+
@@ -1409,6 +1421,9 @@
+
+
+
@@ -1416,6 +1431,17 @@
isAppMac=${isAppMac}
+
+
+
+
+
+
+
+
+
+ isSignAppMac=${isSignAppMac}
+
@@ -1453,7 +1479,7 @@
-
@@ -1521,6 +1547,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1605,11 +1667,85 @@
JXPackage - native
================================================================= -->
-
+ JXPackage the mac application
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1946,6 +2082,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2052,10 +2222,72 @@
JPACKAGE APP-IMAGE
================================================================= -->
-
+ Create the mac jpackage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+