@@ -35,22 +35,22 @@ jobs:
3535 cd ./dist/
3636 zip -r ../LLOneBot.zip ./*
3737
38- - name : Compress for Windows Cli
39- run : |
40- mkdir llbot-cli-win-x64
41- cd llbot-cli-win-x64
42- cp ../dist/使用说明.txt ./
43- cp ../dist/更新日志.txt ./
44- cp -r ../dist ./llonebot
45- wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-win-x64.zip
46- unzip pmhq-win-x64.zip
47- rm pmhq-win-x64.zip
48- mv pmhq-win-x64.exe llbot.exe
49- wget https://github.com/LLOneBot/exe/releases/latest/download/node.exe -O llonebot/node.exe
50- # zip -r ../LLOneBot-win-x64.zip ./*
51- wget https://github.com/LLOneBot/exe/releases/latest/download/ffmpeg.exe -O llonebot/ffmpeg.exe
52- wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
53- zip -r ../LLBot-cli-win-x64.zip ./*
38+ # - name: Compress for Windows Cli
39+ # run: |
40+ # mkdir llbot-cli-win-x64
41+ # cd llbot-cli-win-x64
42+ # cp ../dist/使用说明.txt ./
43+ # cp ../dist/更新日志.txt ./
44+ # cp -r ../dist ./llonebot
45+ # wget https://github.com/linyuchen/PMHQ/releases/latest/download/pmhq-win-x64.zip
46+ # unzip pmhq-win-x64.zip
47+ # rm pmhq-win-x64.zip
48+ # mv pmhq-win-x64.exe llbot.exe
49+ # wget https://github.com/LLOneBot/exe/releases/latest/download/node.exe -O llonebot/node.exe
50+ # # zip -r ../LLOneBot-win-x64.zip ./*
51+ # wget https://github.com/LLOneBot/exe/releases/latest/download/ffmpeg.exe -O llonebot/ffmpeg.exe
52+ # wget https://github.com/LLOneBot/exe/releases/latest/download/ffprobe.exe -O llonebot/ffprobe.exe
53+ # zip -r ../LLBot-cli-win-x64.zip ./*
5454
5555 - name : Compress for Windows Desktop
5656 run : |
0 commit comments