From: hgn Date: Mon, 10 Oct 2022 16:11:01 +0000 (+0100) Subject: fixed recursive build script X-Git-Url: https://harrygodden.com/git/?a=commitdiff_plain;h=5ecf9cca8b5b9bf876d7e7c7fde03d5b187bb42b;p=carveJwlIkooP6JGAAIwe30JlM.git fixed recursive build script --- diff --git a/build.sh b/build.sh index 0b95872..5c72dd3 100755 --- a/build.sh +++ b/build.sh @@ -73,6 +73,10 @@ delay_run_game(){ } link_content(){ + unlink $1/textures + unlink $1/models + unlink $1/sound + ln -srf bin/content/textures $1/textures ln -srf bin/content/models $1/models ln -srf bin/content/sound $1/sound