mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-23 08:13:01 +00:00
Fixed: Mac Packaging
This commit is contained in:
parent
36f51c7e72
commit
1fdfa3fac5
1 changed files with 3 additions and 1 deletions
|
@ -170,8 +170,10 @@ stages:
|
||||||
displayName: Create Packages
|
displayName: Create Packages
|
||||||
- bash: |
|
- bash: |
|
||||||
chmod a+x $(artifactsFolder)/macos/Lidarr/fpcalc
|
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
|
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
|
- task: ArchiveFiles@2
|
||||||
displayName: Create Windows zip
|
displayName: Create Windows zip
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue