From 090a5e6508dcd8278874b30b9c87612962059738 Mon Sep 17 00:00:00 2001 From: Vladimir Stoilov Date: Tue, 16 Jul 2024 11:25:40 +0300 Subject: [PATCH] [desktop] Update tauri Wix template --- desktop/tauri/src-tauri/templates/main.wxs | 27 +++++++++++++++---- .../src-tauri/templates/main_original.wxs | 23 +++++++++++++--- desktop/tauri/src-tauri/templates/service.wxs | 2 +- 3 files changed, 43 insertions(+), 9 deletions(-) diff --git a/desktop/tauri/src-tauri/templates/main.wxs b/desktop/tauri/src-tauri/templates/main.wxs index 6777f396..249eccf0 100644 --- a/desktop/tauri/src-tauri/templates/main.wxs +++ b/desktop/tauri/src-tauri/templates/main.wxs @@ -4,6 +4,9 @@ + + + @@ -28,7 +31,11 @@ - + + + + + {{#if allow_downgrades}} @@ -57,6 +64,12 @@ + {{#if homepage}} + + + + {{/if}} + @@ -65,8 +78,7 @@ - - + @@ -328,10 +340,15 @@ {{/if}} - + + + AUTOLAUNCHAPP AND NOT Installed + + + - + \ No newline at end of file diff --git a/desktop/tauri/src-tauri/templates/main_original.wxs b/desktop/tauri/src-tauri/templates/main_original.wxs index 9a985b86..1b8116ed 100644 --- a/desktop/tauri/src-tauri/templates/main_original.wxs +++ b/desktop/tauri/src-tauri/templates/main_original.wxs @@ -4,6 +4,9 @@ + + + @@ -29,6 +32,11 @@ + + + + + {{#if allow_downgrades}} {{else}} @@ -56,6 +64,12 @@ + {{#if homepage}} + + + + {{/if}} + @@ -64,8 +78,7 @@ - - + @@ -328,6 +341,10 @@ {{/if}} + + AUTOLAUNCHAPP AND NOT Installed + + - + \ No newline at end of file diff --git a/desktop/tauri/src-tauri/templates/service.wxs b/desktop/tauri/src-tauri/templates/service.wxs index 88bd9062..31ff064c 100644 --- a/desktop/tauri/src-tauri/templates/service.wxs +++ b/desktop/tauri/src-tauri/templates/service.wxs @@ -1,7 +1,7 @@ -