Skip to content

Commit

Permalink
mention macOS in readme
Browse files Browse the repository at this point in the history
dennisvang committed May 18, 2022
1 parent fb37fdf commit 47bc61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ A simple software updater for stand-alone Python *applications*.

The `notsotuf` package is built on top of [python-tuf][1], which is the reference implementation for [TUF][2] (The Update Framework).

The initial implementation is focused on Windows.
The initial implementation is focused on Windows and macOS.
The package can be used on other platforms, but these are not actively supported.

## About
@@ -97,7 +97,7 @@ From here on, new updates will be deployed using `notsotuf`.

## Platform support

The `notsotuf` package is aimed primarily at **Windows** applications.
The `notsotuf` package is aimed primarily at **Windows** and **macOS** applications.
Basic `notsotuf.client` functionality should also work on Mac or Linux, provided a custom `move_and_exit` hook is specified in `Client.update()`.
However, these platforms are not actively supported.
Moreover, Linux applications are probably better off using native packaging solutions, or solutions such as Flatpak or Snapcraft.

0 comments on commit 47bc61c

Please sign in to comment.