mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
Minor: fix macOS build (#1284)
This commit is contained in:
parent
98443036eb
commit
a9170c3b91
2 changed files with 4 additions and 4 deletions
6
.github/workflows/build-macos.yml
vendored
6
.github/workflows/build-macos.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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? 🤩
|
||||
|
||||
|
|
Loading…
Reference in a new issue