Closed daomengRen closed 2 years ago
i've added an example here: https://github.com/kannibalox/PtpUploader/blob/main/src/PtpUploader/config.default.yml#L114, give it a shot
does this mean that I can also execute bash or python scripts, also for the available fields, can you give a list, I didn't find the UploadedTorrentUrl field in ReleaseInfo.py
UploadedTorrentUrl
is the only outlier (it's just there for convenience), everything else is taken directly from ReleaseInfo.py. The command gets sent /bin/sh
, which means you can run pretty much anything you have permissions to.
the properties under each class of ReleaseInfo.py are available fields, is that what I think
Correct, sorry if that wasn't clear.
It's ok, I'll try each one more, thanks a lot
could you please add an example for this, I don't know how to use it,thanks