Skip to content

Commit d46043c

Browse files
committed
Prepare files correctly
1 parent cdaafae commit d46043c

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

doc/verify/windows-11-24H2/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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>

0 commit comments

Comments
 (0)