Added action to copy deps
This commit is contained in:
1
copy-deps.bat
Normal file
1
copy-deps.bat
Normal file
@@ -0,0 +1 @@
|
||||
premake5 copy-deps
|
||||
@@ -11,6 +11,13 @@ newaction {
|
||||
end
|
||||
}
|
||||
|
||||
newaction {
|
||||
trigger = "copy-deps",
|
||||
description = "Copies the necessary DLLs to the working directory",
|
||||
execute = function ()
|
||||
os.copyfile("Nuake/dependencies/dxc/bin/x64/dxcompiler.dll", "Editor/dxcompiler.dll")
|
||||
end
|
||||
}
|
||||
|
||||
-- ╔═══════════════════════════════════════╗
|
||||
-- ║ WORKSPACE ║
|
||||
|
||||
Reference in New Issue
Block a user