summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-01-24 16:37:14 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-01-30 16:48:39 +0100
commit93136dc548517af8551f90a962c847e59b2aa443 (patch)
tree0a54c9e31fedbb29b730f4bb619bb0904b73d04b
parent13d3d268768df3c27ede436e55d7722b59ce5151 (diff)
downloadmullvadvpn-93136dc548517af8551f90a962c847e59b2aa443.tar.xz
mullvadvpn-93136dc548517af8551f90a962c847e59b2aa443.zip
Append --locked to cargo build invocations in nsis-plugin projects
-rw-r--r--windows/nsis-plugins/src/cleanup/cleanup.vcxproj2
-rw-r--r--windows/nsis-plugins/src/log/log.vcxproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/windows/nsis-plugins/src/cleanup/cleanup.vcxproj b/windows/nsis-plugins/src/cleanup/cleanup.vcxproj
index 324264a0c0..3dbb32ca65 100644
--- a/windows/nsis-plugins/src/cleanup/cleanup.vcxproj
+++ b/windows/nsis-plugins/src/cleanup/cleanup.vcxproj
@@ -106,7 +106,7 @@
<ModuleDefinitionFile>cleanup.def</ModuleDefinitionFile>
</Link>
<PreBuildEvent>
- <Command>powershell.exe -Command "&amp; { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release -p mullvad-nsis }"
+ <Command>powershell.exe -Command "&amp; { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release --locked -p mullvad-nsis }"
</Command>
<Message>Build mullvad-nsis library</Message>
</PreBuildEvent>
diff --git a/windows/nsis-plugins/src/log/log.vcxproj b/windows/nsis-plugins/src/log/log.vcxproj
index b80ae3545f..b194f4684a 100644
--- a/windows/nsis-plugins/src/log/log.vcxproj
+++ b/windows/nsis-plugins/src/log/log.vcxproj
@@ -106,7 +106,7 @@
<ModuleDefinitionFile>log.def</ModuleDefinitionFile>
</Link>
<PreBuildEvent>
- <Command>powershell.exe -Command "&amp; { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release -p mullvad-nsis }"
+ <Command>powershell.exe -Command "&amp; { Remove-Item Env:VSTEL_MSBuildProjectFullPath; cargo build --target i686-pc-windows-msvc --release --locked -p mullvad-nsis }"
</Command>
<Message>Build mullvad-nsis library</Message>
</PreBuildEvent>