From 1fdfa3fac592edea53e1b472da96973cba607b53 Mon Sep 17 00:00:00 2001 From: ta264 Date: Fri, 23 Aug 2019 07:45:08 +0100 Subject: [PATCH] Fixed: Mac Packaging --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6d30eada5..fe7113712 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -170,8 +170,10 @@ stages: displayName: Create Packages - bash: | chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc + chmod a+x $(artifactsFolder)/macos/Lidarr/Lidarr chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/fpcalc - displayName: Make fpcalc Executable + chmod a+x $(artifactsFolder)/macos-app/Lidarr.app/Contents/MacOS/Lidarr + displayName: Set Mac executable bits - task: ArchiveFiles@2 displayName: Create Windows zip inputs: