Skip to content

Commit 5910c0f

Browse files
authored
fix (#28)
1 parent db6c849 commit 5910c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoroCs/LoroCs/LoroCs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<Target Name="BuildLoroBindings" BeforeTargets="PreBuildEvent">
4343
<Message Text="Checking whether uniffi-bindgen-cs is already installed in the correct version" />
44-
<Exec Command="powershell -NoProfile -Command &quot;if (cargo install --list | Select-String 'uniffi-bindgen-cs.*\(https://github.com/sensslen/uniffi-bindgen-cs\?rev=fda4ade54f801e437d944b1c6fc03fdba0008bde#') { exit 0 } else { exit 1 }&quot;" IgnoreExitCode="true">
44+
<Exec Command="powershell -NoProfile -Command &quot;if (cargo install --list | Select-String 'uniffi-bindgen-cs.*\(https://github.com/NordSecurity/uniffi-bindgen-cs\?rev=fda4ade54f801e437d944b1c6fc03fdba0008bde#') { exit 0 } else { exit 1 }&quot;" IgnoreExitCode="true">
4545
<Output TaskParameter="ExitCode" PropertyName="UniffiInstalled" />
4646
</Exec>
4747

0 commit comments

Comments
 (0)