summaryrefslogtreecommitdiffhomepage
path: root/mullvad-nsis/src/lib.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-10-08Remove fallback for checking Windows versionDavid Lönnhager1-5/+3
It may be that this check fails for whatever reason, but the old method does not always return the correct version
2025-08-07Infer Windows version from ntoskrnl image in installerDavid Lönnhager1-0/+31
2025-07-09Add unsafe blocks and comment to mullvad-nsisSebastian Holmin1-14/+40
2025-02-12Replace `#[no_mangle]` with `#[unsafe(no_mangle)]`Sebastian Holmin1-3/+3
2024-02-08Log version using `mullvad-nsis` in Windows installerMarkus Pettersson1-0/+31
Expose the functionally for calling `RtlGetVersion` from `talpid-platform-metadata` through `mullvad-nsis`. This is used for getting the Windows build version during the windows installer.
2024-01-05Run `cargo +nightly fmt`Sebastian Holmin1-2/+2
2023-11-13Stronger permissions for mullvad directoriesunknown1-2/+37
Set read-only permissions for authenticated users and full-access for admins for relevant mullvad directories on creation.
2023-02-27Retrieve system app dir path from mullvad-paths in cleanup pluginDavid Lönnhager1-0/+58
using mullvad-nsis