From aa06e44719cea6654aa6767f356ef22ed49e3a54 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 15 Nov 2023 13:42:46 +0800 Subject: [PATCH] Add a README note about being macOS specific. --- README.rst | 3 +++ docs/index.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 88a1dfe..3253074 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,9 @@ when the user opens it. without relying on Finder, and without using deprecated APIs (like the Alias Manager functions). +``dmgbuild`` is a wrapper around macOS specific tools, so it can't be used on +Windows or Linux. + See the documentation_ for more information. .. _documentation: http://dmgbuild.readthedocs.io diff --git a/docs/index.rst b/docs/index.rst index 1730696..e0e319d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,9 @@ APIs (like the Alias Manager functions). Instead, it uses the ``ds_store`` and ``mac_alias`` Python modules, which know how to construct the relevant data in Python code. +As ``dmgbuild`` is a wrapper around macOS specific tools, it can't be used on +Windows or Linux. + Contents: .. toctree::