mirror of
https://github.com/tauri-apps/nsis-tauri-utils.git
synced 2026-01-31 00:45:23 +01:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3.5 KiB
3.5 KiB
Changelog
[0.4.4]
79ad200(#53 by @Jerry457) Use an alternative methodCreateProcessWithTokenWto run programs as user, this fixed a problem that the program launched with the previous method can't query its own handle
[0.4.3]
4054c7b(#49 by @Legend-Master)KillProcessandKillProcessCurrentUserwill now be pushing 2 to the stack instead of 1 when no processes were found
[0.4.2]
14d311b(#40 by @Legend-Master) FixRunAsUsercan't launch programs that require admin rightc2c5e2f(#42 by @anatawa12) FixKillProcessCurrentUserandKillProcessmay fails if the target processes are being terminated.
[0.4.1]
3cb9d91(#35 by @Legend-Master) Fix can't launch the app sometimes if the program path contains spaces
[0.4.0]
[0.3.0]
[0.2.2]
[0.2.1]
92f9264(#19) Skip processes with the same pid as the current installer's process to prevent the installer from killing itself.