@@ -0,0 +1,5 @@
+---
+"api": patch
+
+Update protocol url path with wry 0.12.1 on Windows.
@@ -101,7 +101,7 @@ async function invoke<T>(cmd: string, args: InvokeArgs = {}): Promise<T> {
*/
function convertFileSrc(filePath: string): string {
return navigator.userAgent.includes('Windows')
- ? `https://custom.protocol.asset_${filePath}`
+ ? `https://asset.${filePath}`
: `asset://${filePath}`
}