From 74e633f070a69173b7b062f482cb3e890ce1bc5d Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 24 Nov 2023 19:08:10 +0100 Subject: [PATCH] feat(build): assets/ is now a build input --- game/Build-Game.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game/Build-Game.lua b/game/Build-Game.lua index c57b335..80436b8 100644 --- a/game/Build-Game.lua +++ b/game/Build-Game.lua @@ -15,6 +15,8 @@ project "Game" links { "Engine-Core" } + + buildinputs { "assets/**" } postbuildcommands { "{RMDIR} %{cfg.targetdir}/assets/",