Please let me know if anyone else can reproduce this as it is limiting my testing of the OptionalAppLinks feature in the 3.396 RC version:
If Package.ini contains:
OptionalAppLinks=plugins\*.exe
Output during the build process:
Invalid AppLink path, cannot contain non filesystem characters
Press any key to continue...
Changing the Package.ini to:
OptionalAppLinks=plugins\test.exe works.