Skip to content

Commit 89211a7

Browse files
willdurandjuliandescottes
authored andcommitted
Update README.md
1 parent 8151a7a commit 89211a7

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It provides ADB binaries used by DevTools to connect to Firefox/GeckoView produc
99
2. Run `make package`. The following files should have been generated in the `dist/` folder:
1010

1111
```
12-
dist
12+
$ tree dist
1313
├── linux
1414
│   ├── adb-extension-0.0.7.0-linux.xpi
1515
│   └── update.json
@@ -32,7 +32,7 @@ It provides ADB binaries used by DevTools to connect to Firefox/GeckoView produc
3232
# IMPORTANT: all the XPI files here are signed. They are not the same as above in Step 2.
3333
# The `update.json` files are coming from the Step 2, though.
3434
35-
adb-0.0.7
35+
$ tree adb-0.0.7
3636
├── linux
3737
│   ├── adb-extension-0.0.7.0-linux.xpi
3838
│   ├── adb-extension-latest-linux.xpi
@@ -49,6 +49,20 @@ It provides ADB binaries used by DevTools to connect to Firefox/GeckoView produc
4949
├── adb-extension-0.0.7.3-win32.xpi
5050
├── adb-extension-latest-win32.xpi
5151
└── update.json
52+
53+
# For each "arch", the "latest" XPI should be the same as the versioned one.
54+
$ sha256sum */*.xpi
55+
fb53093a114d074b44fae57b6c1333d2c05a16490de61851d9f9c68584c5131e linux/adb-extension-0.0.7.0-linux.xpi
56+
fb53093a114d074b44fae57b6c1333d2c05a16490de61851d9f9c68584c5131e linux/adb-extension-latest-linux.xpi
57+
58+
9f94434cc0aff1dc24afd10b3dce80429a287cfb82ab8dcee454c2f0210e98d6 linux64/adb-extension-0.0.7.1-linux64.xpi
59+
9f94434cc0aff1dc24afd10b3dce80429a287cfb82ab8dcee454c2f0210e98d6 linux64/adb-extension-latest-linux64.xpi
60+
61+
4777e776d7d33e8998f2121168541f23a4d351e4cd526a945d1ea438ee25f478 mac64/adb-extension-0.0.7.2-mac64.xpi
62+
4777e776d7d33e8998f2121168541f23a4d351e4cd526a945d1ea438ee25f478 mac64/adb-extension-latest-mac64.xpi
63+
64+
4ed47f030b24abb6de904b25e7cdff8d5475d7e1a6b0bbc581162bc3bc35826b win32/adb-extension-0.0.7.3-win32.xpi
65+
4ed47f030b24abb6de904b25e7cdff8d5475d7e1a6b0bbc581162bc3bc35826b win32/adb-extension-latest-win32.xpi
5266
```
5367
5468
### Discussion

0 commit comments

Comments
 (0)