From 02e262484284999fe6f9d2dc434c18772c565508 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:18:33 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Installer=20:=20?= =?UTF-8?q?=E3=82=A2=E3=83=B3=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E6=99=82=E3=81=AB=5Finternal=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=AB=E3=83=80=E3=82=92=E5=89=8A=E9=99=A4=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/nsis/template.nsi | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src-tauri/nsis/template.nsi b/src-tauri/nsis/template.nsi index 88fb5452..e4578d0c 100644 --- a/src-tauri/nsis/template.nsi +++ b/src-tauri/nsis/template.nsi @@ -870,10 +870,13 @@ Section Uninstall ; Delete update.exe Delete "$INSTDIR\update.exe" - ; Delete log files + ; Delete _internal folder + RmDir /r "$INSTDIR\_internal" + + ; Delete log folder RmDir /r "$INSTDIR\logs" - ; Delete weights files + ; Delete weights folder RmDir /r "$INSTDIR\weights" ; Delete uninstaller