appmenus: add ampersand to allowed Exec chars

Some Windows applications use it in directory names.
release2 mm_1a0d4cae
Marek Marczykowski-Górecki 10 years ago
parent 155567cfcf
commit 1a0d4cae76

@ -46,7 +46,7 @@ fields_regexp = {
"GenericName": std_re,
"Comment": std_re,
"Categories": re.compile(r"^[a-zA-Z0-9/.; -]*$"),
"Exec": re.compile(r"^[a-zA-Z0-9()%>/\\:.= -]*$"),
"Exec": re.compile(r"^[a-zA-Z0-9()%&>/\\:.= -]*$"),
"Icon": re.compile(r"^[a-zA-Z0-9/_.-]*$"),
}

Loading…
Cancel
Save