mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Added action to copy deps
This commit is contained in:
@@ -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