Minor: fix macOS build (#1284)

This commit is contained in:
Manu 2022-05-06 16:29:17 +04:00 committed by GitHub
parent 98443036eb
commit a9170c3b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ on:
borg_version:
description: 'Borg version to package'
required: true
default: '1.1.17'
default: '1.2.0'
jobs:
build:
@ -37,8 +37,8 @@ jobs:
run: |
pyinstaller --clean --noconfirm package/vorta.spec
cp -R /usr/local/Caskroom/sparkle/*/Sparkle.framework dist/Vorta.app/Contents/Frameworks/
curl -LJO https://github.com/borgbackup/borg/releases/download/${{ github.event.inputs.borg_version }}/borg-macosx64.tgz
tar xvf borg-macosx64.tgz -C dist/Vorta.app/Contents/Resources/
curl -LJO https://github.com/borgbackup/borg/releases/download/${{ github.event.inputs.borg_version }}/borg-macos64.tgz
tar xvf borg-macos64.tgz -C dist/Vorta.app/Contents/Resources/
cd dist && zip -rq --symlinks Vorta.zip Vorta.app
- name: Codesign executable

View File

@ -2,7 +2,7 @@
Vorta is a backup client for macOS and Linux desktops. It integrates the mighty [BorgBackup](https://borgbackup.readthedocs.io) with your desktop environment to protect your data from disk failure, ransomware and theft.
![](https://files.qmax.us/vorta-screencast-6.gif)
![](https://files.qmax.us/vorta/screencast-8-small.gif)
## Why is this great? 🤩