File tree Expand file tree Collapse file tree
doc/verify/windows-11-24H2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ resource "local_file" "playbook" {
373373 dest: '%Public%\Desktop\Program Files (x86).lnk'
374374 - name: Download PrintCanceler for webextensions
375375 win_get_url:
376- url: "https://github.com/clear-code/PrintCanceler/archive/refs/heads/ main.zip"
376+ url: "https://github.com/clear-code/PrintCanceler/archive/main.zip"
377377 dest: 'c:\Users\Public\PrintCanceler-main.zip'
378378 - name: Extract contents
379379 win_unzip:
Original file line number Diff line number Diff line change 11<?xml version =' 1.0' encoding =' UTF-8' ?>
22<gupdate xmlns =' http://www.google.com/update2/response' protocol =' 2.0' >
3- <app appid =' egoppdngdcoikeknmbgiakconmchahhf' ><!-- Chrome用アドオンのIDを書く -->
4- <updatecheck codebase =' file:///C:/Users/Public/webextensions/chrome.crx' version =' CHROME_WEBEXT_VERSION' /><!-- `chrome.crx` の実際のFile URLを書く -->
5- </app >
6- <app appid =' oapdkmbdgdcjpacbjpcdfhncifimimcj' ><!-- Edge用アドオンのIDを書く -->
3+ <app appid =' omgmjffdahkpfpginoledpigpfpmlncm' ><!-- Edge用アドオンのIDを書く -->
74 <updatecheck codebase =' file:///C:/Users/Public/webextensions/edge.crx' version =' EDGE_WEBEXT_VERSION' /><!-- `edge.crx` の実際のFile URLを書く -->
85 </app >
96</gupdate >
You can’t perform that action at this time.
0 commit comments