canneverbe / Ketarin

Ketarin - application download helper
http://ketarin.org/
Other
135 stars 19 forks source link

"After updating all applications" command does not parse variables #11

Closed martinl88 closed 1 year ago

martinl88 commented 4 years ago

"After updating all applications" commands do not parse variables. With "After updating an application" variables work just fine

2020-08-17_11-50-46_mRemoteNG

shawnkhall commented 2 years ago

Hi, @martinl88 , This is not a bug. Rather, I think the problem is actually with your script. You're using "{f}" and it's not in context since it's no longer processing a single application so there's no "file" to get information about. This is explained in the Wiki here. preceded by "f:" (for example {f:dd}) to extract the values from the downloaded file date You should just be using ketarin-{yyyy}-{MM}-{dd}.txt not ketarin-{f:yyyy}-{f:MM}-{f:dd}.txt