Skip to content

Commit 66210ad

Browse files
committed
update
1 parent 549f712 commit 66210ad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ example/dist/missile-256mb*
3939
example_normal/dist/missile-512mb*
4040
example_normal/dist/missile-256mb*
4141
src/src/decoder/dc-worker*
42+
43+
example_normal/dist*
44+
example_vue3_vite/public/dist
45+
example_vue3/public/dist
46+
example_vue2/public/dist
47+

init.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
22

3-
PLAYER_TEST_DIT=`pwd`
3+
PLAYER_TEST_DIR=`pwd`
4+
PLAYER_TEST_DIR_DIST="$PLAYER_TEST_DIR/dist"
5+
PLAYER_TEST_DIR_DIST_MULTI="$PLAYER_TEST_DIR/dist-multi-thread"
46
PLAYER_TEST_DIR_EXP_NORMAL="${PLAYER_TEST_DIR}/example_normal"
57
PLAYER_TEST_DIR_VUE3_VITE="${PLAYER_TEST_DIR}/example_vue3_vite"
68
PLAYER_TEST_DIR_VUE3="${PLAYER_TEST_DIR}/example_vue3"

0 commit comments

Comments
 (0)