summaryrefslogtreecommitdiffstats
path: root/toolkit/xre/test/show_hash.js
blob: 28674e6840d0ac00ba95698b30f5ad7699aaaadf (plain)
1
2
3
4
const xre = Cc["@mozilla.org/xre/directory-provider;1"].getService(
  Ci.nsIXREDirProvider
);
dump(`${xre.getInstallHash(false)}\n`);