mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v0.12.1
This commit is contained in:
parent
3649e8288a
commit
bf3941cf7a
|
@ -397,7 +397,7 @@ def main(argv=None):
|
|||
for opt in oa[2:]:
|
||||
if re.match("c[^,]", opt):
|
||||
mod = True
|
||||
na.append("c," + opt[2:])
|
||||
na.append("c," + opt[1:])
|
||||
elif re.sub("^[rwmd]*", "", opt) and "," not in opt:
|
||||
mod = True
|
||||
perm = opt[0]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# coding: utf-8
|
||||
|
||||
VERSION = (0, 12, 0)
|
||||
VERSION = (0, 12, 1)
|
||||
CODENAME = "fil\033[33med"
|
||||
BUILD_DT = (2021, 7, 28)
|
||||
|
||||
|
|
Loading…
Reference in a new issue