aboutsummaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-12-22 12:04:44 -0800
committerMicah Lee <micah@micahflee.com>2021-12-22 12:04:44 -0800
commitba5a746e93f3cffe0b0f690b0d7835a9aeb5260e (patch)
tree2cf9f5eaa99c57bb6c557e8317e2896f5ae7f8b6 /desktop/pyproject.toml
parentec7fa4ef16c9e1ba6028ee927c23f76c399a17a6 (diff)
downloadonionshare-ba5a746e93f3cffe0b0f690b0d7835a9aeb5260e.tar.gz
onionshare-ba5a746e93f3cffe0b0f690b0d7835a9aeb5260e.zip
Support cx_Freeze in macOS
Diffstat (limited to 'desktop/pyproject.toml')
-rw-r--r--desktop/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml
index 6e0d471d..7410c04b 100644
--- a/desktop/pyproject.toml
+++ b/desktop/pyproject.toml
@@ -10,7 +10,7 @@ python = ">=3.9,<3.10"
onionshare_cli = {path = "../cli", develop = true}
PySide2 = "5.15.2"
qrcode = "*"
-cx_freeze = {version = "*", platform = "win32"}
+cx_freeze = "*"
[tool.poetry.dev-dependencies]
black = "*"