bbdown@1.6.1: BBDown.data file (login data) should be kept as persist (#5113)

`bbdown` 's `BBDown.data` file stores BiliBili login Cookies which is created in `bbdown login`, and should be kept as persist.
This commit is contained in:
Sunset Mikoto 2023-09-18 00:16:00 +08:00 committed by GitHub
parent f04ad5a243
commit 5c6fb679d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
}
},
"bin": "BBDown.exe",
"persist": "BBDown.data",
"checkver": {
"url": "https://api.github.com/repos/nilaoda/BBDown/releases",
"jsonpath": "$[0].assets",