mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix cef download command
This commit is contained in:
parent
8664bdaa75
commit
db9b1234f5
@ -37,6 +37,6 @@
|
||||
|
||||
<Target Name="AferBuild" AfterTargets="Build">
|
||||
<Message Text="Downloading Cef" />
|
||||
<Exec Command="$(OutDir)wabbajack-cli.exe download-cef" />
|
||||
<Exec Command="dotnet run --project $(SolutionDir)Wabbajack.CLI\Wabbajack.CLI.csproj -- download-cef -f $(ProjectDir)$(OutDir)" />
|
||||
</Target>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user