Skip to content

Commit

Permalink
updated package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Le Run committed Dec 11, 2019
1 parent 188f235 commit 6429d37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ unzip -o $TMP_DIR/SDL2.zip -d $TMP_DIR
unzip -o $TMP_DIR/SDL2_ttf.zip -d $TMP_DIR
unzip -oj $TMP_DIR/libepoxy libepoxy-shared-x64/bin/epoxy-0.dll -d $TMP_DIR

rm -rf $TMP_DIR/Blink_Linux_x64
rm -rf $TMP_DIR/Blink_Windows_x64

mkdir -p $TMP_DIR/Blink_Windows_x64
mkdir -p $TMP_DIR/Blink_Linux_x64

Expand Down

0 comments on commit 6429d37

Please sign in to comment.