mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Merge pull request #280 from freedomofpress/prepare-0.4.0
Prepare artifact links for 0.4.0
This commit is contained in:
commit
fc5edb42be
4 changed files with 5 additions and 5 deletions
|
@ -61,4 +61,4 @@ sudo dnf install -y dangerzone
|
||||||
|
|
||||||
## Build from source
|
## Build from source
|
||||||
|
|
||||||
If you'd like to build from source, follow the [build instructions](https://github.com/firstlookmedia/dangerzone/blob/master/BUILD.md).
|
If you'd like to build from source, follow the [build instructions](https://github.com/freedomofpress/dangerzone/blob/master/BUILD.md).
|
||||||
|
|
|
@ -11,8 +11,8 @@ _Read more about Dangerzone in the blog post [Dangerzone: Working With Suspiciou
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
- Download [Dangerzone 0.3.2 for Mac](https://github.com/firstlookmedia/dangerzone/releases/download/v0.3.2/Dangerzone-0.3.2.dmg)
|
- Download [Dangerzone 0.4.0 for Mac](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.0/Dangerzone-0.4.0.dmg)
|
||||||
- Download [Dangerzone 0.3.2 for Windows](https://github.com/firstlookmedia/dangerzone/releases/download/v0.3.2/Dangerzone-0.3.2.msi)
|
- Download [Dangerzone 0.4.0 for Windows](https://github.com/freedomofpress/dangerzone/releases/download/v0.4.0/Dangerzone-0.4.0.msi)
|
||||||
- See [installing Dangerzone](INSTALL.md) for Linux repositories
|
- See [installing Dangerzone](INSTALL.md) for Linux repositories
|
||||||
|
|
||||||
You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone`
|
You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone`
|
||||||
|
|
|
@ -219,6 +219,6 @@ To publish the release:
|
||||||
|
|
||||||
- Create a new release on GitHub, put the changelog in the description of the release, and upload the macOS and Windows installers
|
- Create a new release on GitHub, put the changelog in the description of the release, and upload the macOS and Windows installers
|
||||||
- Update the [Installing Dangerzone](INSTALL.md) page
|
- Update the [Installing Dangerzone](INSTALL.md) page
|
||||||
- Update the [Dangerzone website](https://github.com/firstlookmedia/dangerzone.rocks) to link to the new installers
|
- Update the [Dangerzone website](https://github.com/freedomofpress/dangerzone.rocks) to link to the new installers
|
||||||
- Update the brew cask release of Dangerzone with a [PR like this one](https://github.com/Homebrew/homebrew-cask/pull/116319)
|
- Update the brew cask release of Dangerzone with a [PR like this one](https://github.com/Homebrew/homebrew-cask/pull/116319)
|
||||||
- Toot release announcement on our mastodon account @dangerzone@fosstodon.org
|
- Toot release announcement on our mastodon account @dangerzone@fosstodon.org
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ Dangerzone is an open source desktop application that takes potentially \
|
||||||
dangerous PDFs, office documents, or images and converts them to safe PDFs. \
|
dangerous PDFs, office documents, or images and converts them to safe PDFs. \
|
||||||
It uses container technology to convert the documents within a secure sandbox.\
|
It uses container technology to convert the documents within a secure sandbox.\
|
||||||
""",
|
""",
|
||||||
url="https://github.com/firstlookmedia/dangerzone",
|
url="https://github.com/freedomofpress/dangerzone",
|
||||||
packages=["dangerzone", "dangerzone.gui"],
|
packages=["dangerzone", "dangerzone.gui"],
|
||||||
data_files=[
|
data_files=[
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in a new issue