Skip to content

Commit

Permalink
chore(*): 更新 dll 包
Browse files Browse the repository at this point in the history
  • Loading branch information
fenghou1st committed Sep 30, 2019
1 parent 987b39e commit eb06acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/build-linux.bash
@@ -1,5 +1,5 @@
#!/bin/env bash -ex
DLLPACK_VERSION="190831"
DLLPACK_VERSION="190930"
shopt -s nocasematch

cd /build/Taiwu_Mods
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -201,7 +201,7 @@ IF(WIN32)


#下载编译用dlls zip包
set(DLLPACK_VERSION "190831")
set(DLLPACK_VERSION "190930")
set(DLLPACK_NAME "dlls")
set(DLLPACK_DIR "${CMAKE_CURRENT_BINARY_DIR}\\${DLLPACK_NAME}")
set(DLLPACK_URL "https://github.com/phorcys/Taiwu_mods/releases/download/dll${DLLPACK_VERSION}/dlls-${DLLPACK_VERSION}.zip")
Expand Down

0 comments on commit eb06acf

Please sign in to comment.