chore(release): 0.0.0 [skip ci]
This commit is contained in:
@@ -21,20 +21,11 @@
|
||||
|
||||
<MakeDir Directories="$(DownloadDirectory)" Condition="!Exists('$(DownloadDirectory)')" />
|
||||
|
||||
<Exec
|
||||
Condition="!Exists('$(DownloadDirectory)/rmbg.onnx')"
|
||||
Command="curl -L "https://share.stevanfreeborn.com/bgr/rmbg.onnx" -o "$(DownloadDirectory)/rmbg.onnx""
|
||||
/>
|
||||
<Exec Condition="!Exists('$(DownloadDirectory)/rmbg.onnx')" Command="curl -L "https://share.stevanfreeborn.com/bgr/rmbg.onnx" -o "$(DownloadDirectory)/rmbg.onnx"" />
|
||||
|
||||
<Exec
|
||||
Condition="!Exists('$(DownloadDirectory)/u2net.onnx')"
|
||||
Command="curl -L "https://share.stevanfreeborn.com/bgr/u2net.onnx" -o "$(DownloadDirectory)/u2net.onnx""
|
||||
/>
|
||||
<Exec Condition="!Exists('$(DownloadDirectory)/u2net.onnx')" Command="curl -L "https://share.stevanfreeborn.com/bgr/u2net.onnx" -o "$(DownloadDirectory)/u2net.onnx"" />
|
||||
|
||||
<Exec
|
||||
Condition="!Exists('$(DownloadDirectory)/modnet.onnx')"
|
||||
Command="curl -L "https://share.stevanfreeborn.com/bgr/modnet.onnx" -o "$(DownloadDirectory)/modnet.onnx""
|
||||
/>
|
||||
<Exec Condition="!Exists('$(DownloadDirectory)/modnet.onnx')" Command="curl -L "https://share.stevanfreeborn.com/bgr/modnet.onnx" -o "$(DownloadDirectory)/modnet.onnx"" />
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Resources\Files\**\*" />
|
||||
|
||||
Reference in New Issue
Block a user