Browse Source

delete: remove remote TGcs folder

master
TianZD 1 week ago
parent
commit
53ad75a21e
  1. BIN
      TGcs/FCS-Tools.exe
  2. BIN
      TGcs/MapDownloader.exe
  3. BIN
      TGcs/TGCS-full-v1.2.0.exe
  4. BIN
      TGcs/TGCS-patch-v1.2.0.1.zip
  5. BIN
      TGcs/TGcs-full-v1.1.6.exe
  6. BIN
      TGcs/TGcs-full-v1.1.7.exe
  7. 20
      TGcs/pack.sh
  8. 16
      TGcs/updates.json

BIN
TGcs/FCS-Tools.exe

Binary file not shown.

BIN
TGcs/MapDownloader.exe

Binary file not shown.

BIN
TGcs/TGCS-full-v1.2.0.exe

Binary file not shown.

BIN
TGcs/TGCS-patch-v1.2.0.1.zip

Binary file not shown.

BIN
TGcs/TGcs-full-v1.1.6.exe

Binary file not shown.

BIN
TGcs/TGcs-full-v1.1.7.exe

Binary file not shown.

20
TGcs/pack.sh

@ -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

16
TGcs/updates.json

@ -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…
Cancel
Save