Skip to content

Commit 3cec419

Browse files
committed
Include cx_Freeze only on sys_platform == windows
1 parent 8cc9a31 commit 3cec419

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SLIP-39-macOS.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ coll = COLLECT(exe,
5050
app = BUNDLE(coll,
5151
name='SLIP-39.app',
5252
icon='images/SLIP-39.icns',
53-
version='8.3.0',
53+
version='9.0.0',
5454
info_plist={
55-
'CFBundleVersion':'8.3.0',
55+
'CFBundleVersion':'9.0.0',
5656
'CFBundlePackageType':'APPL',
5757
'LSApplicationCategoryType':'public.app-category.finance',
5858
'LSMinimumSystemVersion':'10.15.0',

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ base58 >=2.0.1, <3
22
chacha20poly1305>=0.0.3
33
fpdf2 >=2.5, <3
44
hdwallet >=2.1, <3
5-
mnemonic >=0.19, <1
5+
mnemonic >=0.2, <1
66
qrcode >=7.3
77
shamir-mnemonic >=0.2, <1
8-
cx_Freeze >= 6.10
8+
cx_Freeze >=6.10 ; sys_platform == "windows"

0 commit comments

Comments
 (0)