mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.4.4
This commit is contained in:
parent
e788f098e2
commit
7dabdade2a
|
@ -1,8 +1,8 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (1, 4, 3)
|
||||
VERSION = (1, 4, 4)
|
||||
CODENAME = "mostly reliable"
|
||||
BUILD_DT = (2022, 9, 26)
|
||||
BUILD_DT = (2022, 10, 9)
|
||||
|
||||
S_VERSION = ".".join(map(str, VERSION))
|
||||
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
|
||||
|
|
|
@ -47,6 +47,7 @@ $APPDATA/python/python37/scripts/pyinstaller \
|
|||
--exclude-module copyparty.broker_mpw \
|
||||
--exclude-module curses \
|
||||
--exclude-module ctypes.macholib \
|
||||
--exclude-module inspect \
|
||||
--exclude-module multiprocessing \
|
||||
--exclude-module pdb \
|
||||
--exclude-module pickle \
|
||||
|
|
Loading…
Reference in a new issue