diff --git a/src-tauri/assets/main.wxs b/src-tauri/assets/main.wxs index 4b92bd7..1a5db6c 100644 --- a/src-tauri/assets/main.wxs +++ b/src-tauri/assets/main.wxs @@ -4,6 +4,9 @@ + + + @@ -11,11 +14,11 @@ + Manufacturer="{{manufacturer}}" + Version="{{version}}"> + + + + + {{#if allow_downgrades}} {{else}} @@ -42,29 +50,35 @@ {{#if banner_path}} - + {{/if}} {{#if dialog_image_path}} - + {{/if}} {{#if license}} - + {{/if}} - + + {{#if homepage}} + + + + {{/if}} + - + - - + + @@ -92,27 +106,49 @@ - + - + - + - + - + + + {{#each deep_link_protocols as |protocol| ~}} + + + + + + + + + + + {{/each~}} - - + + + {{#each file_associations as |association| ~}} + {{#each association.ext as |ext| ~}} + + + + + + {{/each~}} + {{/each~}} {{#each binaries as |bin| ~}} @@ -130,12 +166,12 @@ {{/if}} - {{{resources}}} + {{resources}} @@ -143,7 +179,7 @@ On="uninstall" /> - + - + @@ -246,7 +282,7 @@ {{#if download_bootstrapper}} - + @@ -256,8 +292,8 @@ {{#if webview2_bootstrapper_path}} - - + + @@ -267,8 +303,8 @@ {{#if webview2_installer_path}} - - + + @@ -305,6 +341,10 @@ {{/if}} + + AUTOLAUNCHAPP AND NOT Installed + +