Skip to content

Commit 38cca9c

Browse files
committed
quickstart: use fix-protocol-version 1.2.0
1 parent d5ffe64 commit 38cca9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/quickstart-windows-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
(Get-Content -Path 'C:/generated_files/mirai/mcl.cmd' -Raw) -replace $search, $replace | Set-Content -Path 'C:/generated_files/mirai/mcl.cmd'
3838
39-
Invoke-WebRequest -URI https://github.com/cssxsh/fix-protocol-version/releases/download/v1.0.0/fix-protocol-version-1.0.0.mirai2.jar -OutFile C:/generated_files/mirai/plugins/fix-protocol-version-1.0.0.mirai2.jar
39+
Invoke-WebRequest -URI https://github.com/cssxsh/fix-protocol-version/releases/download/v1.2.0/fix-protocol-version-1.2.0.mirai2.jar -OutFile C:/generated_files/mirai/plugins/fix-protocol-version-1.2.0.mirai2.jar
4040
4141
./mcl.cmd --update-package net.mamoe:mirai-api-http --channel stable-v2 --type plugin
4242
./mcl.cmd --update-package xyz.cssxsh.mirai:mirai-device-generator --channel stable --type plugin

.github/workflows/quickstart-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
(Get-Content -Path 'C:/generated_files/mirai/mcl.cmd' -Raw) -replace $search, $replace | Set-Content -Path 'C:/generated_files/mirai/mcl.cmd'
3838
39-
Invoke-WebRequest -URI https://github.com/cssxsh/fix-protocol-version/releases/download/v1.0.0/fix-protocol-version-1.0.0.mirai2.jar -OutFile C:/generated_files/mirai/plugins/fix-protocol-version-1.0.0.mirai2.jar
39+
Invoke-WebRequest -URI https://github.com/cssxsh/fix-protocol-version/releases/download/v1.2.0/fix-protocol-version-1.2.0.mirai2.jar -OutFile C:/generated_files/mirai/plugins/fix-protocol-version-1.2.0.mirai2.jar
4040
4141
./mcl.cmd --update-package net.mamoe:mirai-api-http --channel stable-v2 --type plugin
4242
./mcl.cmd --update-package xyz.cssxsh.mirai:mirai-device-generator --channel stable --type plugin

0 commit comments

Comments
 (0)