Vscodium: dmg.sha256 contains file name with space instead of "." separating name and version

Created on 6 Apr 2020  路  2Comments  路  Source: VSCodium/vscodium

e.g., contents of VSCodium.1.43.2.dmg.sha256:

3a81ed31c30cd758b16601a764d289561ad57b4da02bfaa01ebdbff9a577215e  VSCodium 1.43.2.dmg

However, the dmg file listed for 1.43.2 is named "VSCodium.1.43.2.dmg". Note the "m.1" not "m 1".

This prevents sha256sum -c VSCodium.1.43.2.dmg.sha256 from finding the dmg. Editing the sha256 file works of course.

Most helpful comment

Thanks for the heads up @gavinbeatty -- I think Travis was taking the space out during upload to GH Releases, but the shasum happens before then. I've opened #385 to correct; will merge when I've confirmed it works.

All 2 comments

Thanks for the heads up @gavinbeatty -- I think Travis was taking the space out during upload to GH Releases, but the shasum happens before then. I've opened #385 to correct; will merge when I've confirmed it works.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tyu1996 picture tyu1996  路  29Comments

badocelot picture badocelot  路  18Comments

ganapativs picture ganapativs  路  29Comments

daniel-molina picture daniel-molina  路  78Comments

JL2210 picture JL2210  路  55Comments