fix(bundler/nsis): only kill processes of current user (#8390)

* fix(bundler/nsis): only kill processes of current user

Co-authored-by: FabianLars-crabnebula <fabianlars@crabnebula.dev>

* change file

---------

Co-authored-by: FabianLars-crabnebula <fabianlars@crabnebula.dev>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Amr Bashir
2023-12-13 18:57:32 +02:00
committed by GitHub
parent 30adc8d45d
commit 5ff9d4592a
3 changed files with 17 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
'tauri-bundler': 'patch:bug'
---
NSIS perUser installers will now only check if the app is running on the current user.