8 changed files with 0 additions and 36 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@ |
|||
#!/bin/bash |
|||
|
|||
appdir=$1 |
|||
|
|||
if [ -z "$appdir" ]; then |
|||
echo "usage: $0 <appdir>" |
|||
exit 1 |
|||
fi |
|||
|
|||
function copylibs() { |
|||
DLLFILE=$1 |
|||
echo "Checking: $DLLFILE" |
|||
ldd $DLLFILE | grep '/mingw64/bin' | awk '{print $1}' | uniq | while read line; do |
|||
cp -v /mingw64/bin/$line $appdir |
|||
done |
|||
} |
|||
|
|||
find "$appdir" -type f -name '*.dll' | while read line; do |
|||
copylibs $line |
|||
done |
|||
@ -1,16 +0,0 @@ |
|||
{ |
|||
"updates": |
|||
{ |
|||
"windows": |
|||
{ |
|||
"full-url": "https://file.tianzd.cn/TianZD/deploy/raw/branch/master/", |
|||
"full-version": "1.2.0", |
|||
"patch-url":"https://file.tianzd.cn/TianZD/deploy/raw/branch/master/", |
|||
"patch-version": "1.2.0.1", |
|||
"download-full":true, |
|||
"changelog": "优化", |
|||
"modify-time": "20260106", |
|||
"modifyCnt": "1" |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue