fix: deleting bin/assets/ before copying

This commit is contained in:
Sara 2025-09-18 12:11:37 +02:00
parent f9234dc9a2
commit 420f4e5244

View file

@ -12,7 +12,7 @@ project "Dice"
links { "m", "stdc++", "SDL3", "SDL3_ttf", "SDL3_image" }
buildoptions { "-Wall" }
targetdir "bin/"
postbuildcommands { "{COPYDIR} %{wks.location}/assets/ %{cfg.targetdir}/assets/" }
postbuildcommands { "{RMDIR} %{cfg.targetdir}/assets", "{COPYDIR} %{wks.location}/assets/ %{cfg.targetdir}/assets/" }
filter "configurations:debug"
defines { "DEBUG" }
symbols "On"