File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
quickstarts/windows/scripts Expand file tree Collapse file tree 2 files changed +5
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 40
40
echo "Downloading ffmpeg ..."
41
41
Invoke-WebRequest https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-7.0.2-essentials_build.7z -OutFile C:/tmp_files/ffmpeg.7z
42
42
echo "Appreciate the contribution of gyan.dev"
43
-
44
- 7z x C:/tmp_files/ffmpeg.zip -r -oC:/generated_files/ffmpeg
43
+
44
+ 7z x C:/tmp_files/ffmpeg.7z -r -oC:/generated_files/ffmpeg
45
45
46
46
echo "Downloading Python3.11 ..."
47
47
Invoke-WebRequest https://www.python.org/ftp/python/3.11.2/python-3.11.2-embed-amd64.zip -OutFile C:/tmp_files/python.zip
@@ -55,16 +55,12 @@ jobs:
55
55
mv D:\a\chatgpt-mirai-qq-bot\chatgpt-mirai-qq-bot\.github\quickstarts\windows\ C:/generated_files/files/
56
56
57
57
echo "Replacing..."
58
+ dir C:/generated_files/files/scripts/
59
+
58
60
cp C:/generated_files/files/scripts/初始化.cmd C:/generated_files/
59
61
60
- Invoke-WebRequest -URI https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.mxe-cross-win64.7z -O C:/tmp_files/wkhtmltox.7z
61
-
62
62
echo "Downloading vc_redist.exe..."
63
- Invoke-WebRequest -URI https://aka.ms/vs/17/release/vc_redist.x64.exe -O "C:\generated_files\【语音功能依赖】vc_redist.x64.exe"
64
-
65
- echo "Setting up wkhtmltox"
66
- 7z x C:/tmp_files/wkhtmltox.7z -oC:/tmp_files/
67
- cp C:/tmp_files/wkhtmltox/bin/wkhtmltoimage.exe C:\generated_files\kirara_ai\
63
+ Invoke-WebRequest -URI https://aka.ms/vs/17/release/vc_redist.x64.exe -OutFile "C:\generated_files\【语音功能依赖】vc_redist.x64.exe"
68
64
69
65
echo "Downloading packages..."
70
66
cd C:/generated_files/kirara_ai
You can’t perform that action at this time.
0 commit comments