From 444720c08b29470ad948a3b85817add4d6ec8d6b Mon Sep 17 00:00:00 2001 From: d10sfan Date: Wed, 24 Jan 2024 20:31:42 -0600 Subject: [PATCH] max - Add assets --- engines/max/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/max/build.sh b/engines/max/build.sh index 1b2b1868c..5d9723f2c 100755 --- a/engines/max/build.sh +++ b/engines/max/build.sh @@ -24,4 +24,5 @@ popd # COPY PHASE cp -rfv source/build/max "$diststart/615250/dist/" +cp -rfv source/assets/* "$diststart/615250/dist/" cp -rfv assets/* "$diststart/615250/dist/"