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: 4 months 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 (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-15T12:45:52.000Z (10 months ago)
- Last Synced: 2024-10-29T15:44:12.629Z (7 months ago)
- Topics: nsis, nsis-installer, nsis-plugin, rust
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 17
- Watchers: 12
- Forks: 8
- Open Issues: 2
-
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