tauri-apps / nsis-tauri-utils

A collection of NSIS plugins written in rust.
Apache License 2.0
16 stars 8 forks source link

refactor!: `no_std` & no static msvcrt & remove `download` plugin #26

Closed amrbashir closed 4 months ago

amrbashir commented 4 months ago

ref: https://github.com/tauri-apps/tauri/pull/9526

nsis-semvercompare nsis-process nsis-semvercompare & nsis-process combined in one DLL
dev 198kb 208kb 200kb
no_std 35kb 48kb 53kb
no_std+upx 20kb 26kb 29kb
no_std/no_msvcrt 11kb 23kb 28kb
no_std/no_msvcrt+upx 7kb 13kb 16kb