mirror of
https://github.com/9001/copyparty.git
synced 2025-09-30 13:42:27 -06:00
v1.19.14; closes #847
This commit is contained in:
parent
fdcd92bac8
commit
c72b62ad86
|
@ -1,6 +1,6 @@
|
||||||
# coding: utf-8
|
# coding: utf-8
|
||||||
|
|
||||||
VERSION = (1, 19, 13)
|
VERSION = (1, 19, 14)
|
||||||
CODENAME = "usernames"
|
CODENAME = "usernames"
|
||||||
BUILD_DT = (2025, 9, 23)
|
BUILD_DT = (2025, 9, 23)
|
||||||
|
|
||||||
|
|
|
@ -93,6 +93,7 @@ copyparty = [
|
||||||
"web/*.js",
|
"web/*.js",
|
||||||
"web/*.css",
|
"web/*.css",
|
||||||
"web/*.html",
|
"web/*.html",
|
||||||
|
"web/*.xml",
|
||||||
"web/a/*.bat",
|
"web/a/*.bat",
|
||||||
"web/deps/*.gz",
|
"web/deps/*.gz",
|
||||||
"web/deps/*.woff*",
|
"web/deps/*.woff*",
|
||||||
|
|
Loading…
Reference in a new issue