From 47bc61c2194f7888019f267a88c93471446d05f6 Mon Sep 17 00:00:00 2001 From: Dennis van Gerwen Date: Wed, 18 May 2022 13:46:47 +0200 Subject: [PATCH] mention macOS in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47f3ac1..95fbf88 100644 --- a/README.md +++ b/README.md @@ -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.