Open
Description
Hi,
I'm trying to package my app into MSIX with Windows MSIX Packaging Tool
But, somehow the notification (sendNotification) doesn't work.
After some digging, I'm thinking that the probable cause is that the notification failed to recognize the app_id (there were no errors shown, I was just assuming)
So I enter the same package name as the one in build.identifier in tauri config.
But, it still doesn't work.
I'm trying to enter Package Family name into build.identifier but Tauri doesn't allow it since the identifier don't support underscore (while Package Family Name format in windows always contain underscore)
Please help