Skip to content

Commit

Permalink
quickstart: use fix-protocol-version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lss233 committed Mar 12, 2023
1 parent d5ffe64 commit 38cca9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quickstart-windows-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
(Get-Content -Path 'C:/generated_files/mirai/mcl.cmd' -Raw) -replace $search, $replace | Set-Content -Path 'C:/generated_files/mirai/mcl.cmd'
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
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
./mcl.cmd --update-package net.mamoe:mirai-api-http --channel stable-v2 --type plugin
./mcl.cmd --update-package xyz.cssxsh.mirai:mirai-device-generator --channel stable --type plugin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quickstart-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
(Get-Content -Path 'C:/generated_files/mirai/mcl.cmd' -Raw) -replace $search, $replace | Set-Content -Path 'C:/generated_files/mirai/mcl.cmd'
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
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
./mcl.cmd --update-package net.mamoe:mirai-api-http --channel stable-v2 --type plugin
./mcl.cmd --update-package xyz.cssxsh.mirai:mirai-device-generator --channel stable --type plugin
Expand Down

0 comments on commit 38cca9c

Please sign in to comment.