File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 " if (cargo install --list | Select-String 'uniffi-bindgen-cs.*\(https://github.com/sensslen /uniffi-bindgen-cs\?rev=fda4ade54f801e437d944b1c6fc03fdba0008bde#') { exit 0 } else { exit 1 }" " IgnoreExitCode =" true" >
44+ <Exec Command =" powershell -NoProfile -Command " if (cargo install --list | Select-String 'uniffi-bindgen-cs.*\(https://github.com/NordSecurity /uniffi-bindgen-cs\?rev=fda4ade54f801e437d944b1c6fc03fdba0008bde#') { exit 0 } else { exit 1 }" " IgnoreExitCode =" true" >
4545 <Output TaskParameter =" ExitCode" PropertyName =" UniffiInstalled" />
4646 </Exec >
4747
You can’t perform that action at this time.
0 commit comments