35 Commits

Author SHA1 Message Date
github-actions[bot]
13d9edd27b apply version updates (#54)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-26 10:37:16 +08:00
Jerry
79ad200642 fix: program launched by RunAsUser can't query its own handle (#53)
Co-authored-by: Tony <68118705+Legend-Master@users.noreply.github.com>
2026-01-16 02:38:33 +02:00
github-actions[bot]
e783277753 apply version updates (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-04 11:38:36 +08:00
Tony
4054c7bd72 fix: KillProcess should push 0 when nothing found (#49)
* fix: KillProcess should push 0 when nothing found

* Return `2` instead when nothing found
2025-11-02 20:23:58 +02:00
github-actions[bot]
0b587b7c73 apply version updates (#46)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-05-25 10:27:15 +03:00
amrbashir
4475e76138 chore: update change file, fix combined libs generation 2025-05-25 10:24:07 +03:00
amrbashir
58ac8913b9 feat: include nsis-string plugin in build process 2025-05-25 10:11:52 +03:00
github-actions[bot]
09c2fea000 apply version updates (#44)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-05-25 10:04:50 +03:00
amrbashir
fa4d4baf76 chore: bump tauri utils as well 2025-05-25 10:04:02 +03:00
Amr Bashir
c04ba07154 feat: add nsis-string plugin (#43) 2025-05-25 10:01:13 +03:00
github-actions[bot]
acb9ff9d1a apply version updates (#41)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2025-01-22 01:49:49 +02:00
anatawa12
c2c5e2f373 fix: kill failed if the process already terminated (#42) 2025-01-22 01:48:34 +02:00
Tony
14d311b13f fix: RunAsUser can't launch programs that require admin right (#40) 2024-12-03 12:41:45 +02:00
amrbashir
b57e45907d fix: fix compilation 2024-08-15 15:45:48 +03:00
github-actions[bot]
f8208b8ba4 Apply Version Updates From Current Changes (#36)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-07-03 05:25:34 +03:00
Tony
3cb9d9126a fix(process): can't launch the app sometimes if the program path contains spaces (#35) 2024-07-03 05:20:30 +03:00
Tony
7e0855a0f4 chore(process): update description in readme to include run as user (#34)
* Update nsis-process description

* Change command to program
2024-06-06 18:09:03 +03:00
github-actions[bot]
b1e4899bc0 Apply Version Updates From Current Changes (#33)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-06-05 21:33:35 +03:00
Tony
8818f7cbfb feat(process): add RunAsUser (#32) 2024-06-05 21:31:45 +03:00
github-actions[bot]
171efc80b8 Apply Version Updates From Current Changes (#27)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2024-04-30 00:15:39 +03:00
Amr Bashir
5423579860 refactor!: no_std & no static msvcrt & remove download plugin (#26) 2024-04-30 00:11:25 +03:00
github-actions[bot]
b73e15a65e Apply Version Updates From Current Changes (#25)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-12-13 18:39:49 +02:00
Amr Bashir
7b6cfccd71 feat(process): add FindProcessCurrentUser and KillProcessCurrentUser (#24)
Co-authored-by: FabianLars-crabnebula <fabianlars@crabnebula.dev>
2023-12-13 18:37:34 +02:00
renovate[bot]
86b96b6d37 chore(deps): update rust crate windows-sys to 0.52.0 (#23)
* chore(deps): update rust crate windows-sys to 0.52.0

* fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: amrbashir <amr.bashir2015@gmail.com>
2023-11-17 01:40:19 +02:00
Amr Bashir
795d8dc7c7 chore: pin semver to 1.0 2023-10-10 04:13:49 +03:00
github-actions[bot]
c3a4447060 Apply Version Updates From Current Changes (#20)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-18 03:17:33 +03:00
Fabian-Lars
92f92648b5 fix(process): Don't kill the host process. (#19)
* fix(process): Don't kill the host process.

Ref: https://github.com/tauri-apps/tauri/issues/7637

* clippy
2023-08-18 03:15:17 +03:00
github-actions[bot]
ed76da5a77 Apply Version Updates From Current Changes (#18)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-08-15 19:44:53 +03:00
Amr Bashir
6a0cf97630 chore: remove covector deps 2023-08-15 19:41:52 +03:00
Amr Bashir
33ea4bcf2a feat: statically link CRT (#17)
* feat: statically link CRT

* fix change file

* use astrik version
2023-08-15 19:35:31 +03:00
renovate[bot]
d846f25e25 fix(deps): update rust crate semver to 1.0.18 (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-16 01:26:13 +03:00
renovate[bot]
23b1313220 fix(deps): update rust crate semver to 1.0.17 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-16 14:44:09 +02:00
github-actions[bot]
356c4f44bf Apply Version Updates From Current Changes (#11)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
2023-01-24 21:09:04 +02:00
Amr Bashir
eba1392081 feat(download): add progress bar (#8)
* feat(download): add poor man's progress bar

* clippy

* changefile

* hide when section details is expanded

* resize details section

* fix artifacts?

* hide download controls
2023-01-24 15:51:36 +02:00
amrbashir
8d80c91323 refactor: move all plugins under crates folder 2023-01-21 06:05:27 +02:00