Skip to content

Commit

Permalink
fixed dmb file name
Browse files Browse the repository at this point in the history
  • Loading branch information
covertcorvid committed Aug 10, 2024
1 parent c383d92 commit f02b62c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ if [ -d ".git" ]; then
cp -r .git/logs/* $1/.git/logs/
fi

cp beestation.dmb beestation.rsc $1/
# NSV13 - different binary names
cp nsv13.dmb nsv13.rsc $1/
cp -r _maps/* $1/_maps/
cp -r code/datums/greyscale/json_configs/* $1/code/datums/greyscale/json_configs/
cp -r icons/* $1/icons/
Expand Down

0 comments on commit f02b62c

Please sign in to comment.