mirror of
https://github.com/borgbase/vorta
synced 2024-12-23 08:17:08 +00:00
15 lines
No EOL
426 B
Markdown
15 lines
No EOL
426 B
Markdown
Appcasts for Vorta
|
|
|
|
This branch includes a Python script to generate and host
|
|
[Appcast XML files](https://sparkle-project.org/documentation/publishing/)
|
|
used by Sparkle for macOS updates.
|
|
|
|
## Usage
|
|
|
|
First generate XML files:
|
|
```
|
|
python generate_appcast.py --include-prereleases appcast-pre.xml
|
|
python generate_appcast.py appcast.xml
|
|
```
|
|
|
|
Then push this branch to publish them at `https://borgbase.github.io/vorta/appcast.xml` |