Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tauri-apps/nsis-tauri-utils
A collection of NSIS plugins written in rust.
https://github.com/tauri-apps/nsis-tauri-utils
nsis nsis-installer nsis-plugin rust
Last synced: about 1 month ago
JSON representation
A collection of NSIS plugins written in rust.
- Host: GitHub
- URL: https://github.com/tauri-apps/nsis-tauri-utils
- Owner: tauri-apps
- License: apache-2.0
- Created: 2022-12-20T19:10:54.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-13T16:48:04.000Z (11 months ago)
- Last Synced: 2024-04-14T04:24:46.684Z (7 months ago)
- Topics: nsis, nsis-installer, nsis-plugin, rust
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 11
- Watchers: 13
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE-2.0
Awesome Lists containing this project
README
# nsis-tauri-utils
A collection of NSIS plugins written in rust.
| Plugin | Description |
| -------------------------------------------------- | ------------------------------------------------------------------------ |
| [nsis-process](./crates/nsis-process/) | Find and Kill processes, and run program as unelevated user |
| [nsis-semvercompare](./crates/nsis-semvercompare/) | Compare two semantic versions |
| [nsis-tauri-utils](./crates/nsis-tauri-utils/) | A collection of all the above plugins into a single DLL for smaller size |## License
Apache-2.0/MIT