mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
Merge branch 'master' of https://github.com/CosmosOS/Cosmos
This commit is contained in:
commit
eb3a768968
1 changed files with 8 additions and 8 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
cd "C:\Users\zilon\AppData\Roaming\Cosmos User Kit\Kernel\"
|
cd "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Kernel\"
|
||||||
copy "C:\source\Cosmos\source\Kernel-x86\00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll"
|
copy ..\source\Kernel-x86\00-CPU\Cosmos.CPU_Plugs\bin\Debug\netstandard1.5\Cosmos.CPU_Plugs.dll"
|
||||||
copy "C:\source\Cosmos\source\Kernel-x86\00-CPU\Cosmos.CPU_Asm\bin\Debug\netstandard1.5\Cosmos.CPU_Asm.dll"
|
copy "..\source\Kernel-x86\00-CPU\Cosmos.CPU_Asm\bin\Debug\netstandard1.5\Cosmos.CPU_Asm.dll"
|
||||||
copy "C:\source\Cosmos\source\Kernel-x86\80-System\Cosmos.System_Plugs\bin\Debug\netstandard1.5\Cosmos.System_Plugs.dll"
|
copy "..\source\Kernel-x86\80-System\Cosmos.System_Plugs\bin\Debug\netstandard1.5\Cosmos.System_Plugs.dll"
|
||||||
|
|
||||||
cd C:\source\Cosmos\source\Cosmos.Build.MSBuild
|
cd C:\source\Cosmos\source\Cosmos.Build.MSBuild
|
||||||
copy cosmos.targets "C:\Users\zilon\AppData\Roaming\Cosmos User Kit\Build\VSIP"
|
copy cosmos.targets "%USERPROFILE%\AppData\Roaming\Cosmos User Kit\Build\VSIP"
|
||||||
copy cosmos.targets "C:\source\Cosmos\Build\VSIP\"
|
copy cosmos.targets "..\Build\VSIP\"
|
||||||
copy cosmos.targets "C:\source\Cosmos\Build\VSIP\MSBuild\"
|
copy cosmos.targets "..\Build\VSIP\MSBuild\"
|
||||||
copy cosmos.targets "C:\source\Cosmos\source\Cosmos.Build.MSBuild\bin\Debug\net462\win7-x86\"
|
copy cosmos.targets "..\source\Cosmos.Build.MSBuild\bin\Debug\net462\win7-x86\"
|
||||||
|
|
||||||
@timeout 3
|
@timeout 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue