Skip to content

Commit

Permalink
add bitnames.dat to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaKunisaki committed Jun 18, 2021
1 parent 6bc9e15 commit 552da2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amethyst/makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mkdir -p "$WORK/data/files/gamefront"
cp "$TARGET/files/gamefront/TEX0.tab" "$WORK/data/files/gamefront/TEX0.tab"
cp "$TARGET/files/gamefront/TEX0.bin" "$WORK/data/files/gamefront/TEX0.bin"
cp "$TARGET/files/debug.bin" "$WORK/data/files/"
cp "$TARGET/files/bitnames.dat" "$WORK/data/files/"
cp "$TARGET/files/km0" "$WORK/data/files/"
cp "$TARGET/files/km1" "$WORK/data/files/"
cp "$TARGET/files/kt0" "$WORK/data/files/"
Expand Down

0 comments on commit 552da2f

Please sign in to comment.