Added action to copy deps

This commit is contained in:
Antoine Pilote
2025-01-30 13:19:29 -05:00
parent 3650041051
commit e4d276974c
2 changed files with 8 additions and 0 deletions

1
copy-deps.bat Normal file
View File

@@ -0,0 +1 @@
premake5 copy-deps

View File

@@ -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 ║