microchad / borderwallets

Border Wallets
GNU General Public License v3.0
35 stars 5 forks source link

Hash verification fails due to incorrect path in borderwallets.txt #4

Closed blackcoffeexbt closed 1 year ago

blackcoffeexbt commented 1 year ago

The path to the html file in borderwallets.txt is ./dist/borderwallets.html in the latest release. This gives an error when running

shasum --check borderwallets.txt

image

Changing the file path in borderwallets.txt from

./dist/borderwallets.html

to

borderwallets.html

Will fix this issue.

SuperPhatArrow commented 1 year ago

Fixed in v1.0.5

Thanks for the report