Hello, Welcome to Micorosoft Q&A,
Is there a way specify placehold of platform like Executable="Assets\SysTray[platform]\SysTrayExtension.exe"
I'm afraid you can't specify the placehold of platform like above, because Executable field was written in the package manifest, it can't be update in the runtime.
For your scenario, the better way is make a middle launcher(win32), and launch each platform app with Process.Start() method. For detail steps, please refer stefan's blog UWP with Desktop Extension – Part 2.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.