he wei
2022-11-17 cd327dcbaca3476df44b064e56b950dc054cbb87
hash.js
@@ -2,7 +2,7 @@
const fs = require('fs');
const crypto = require('crypto');
const YOUR_FILE_PATH = 'resXmlParser-0.1.3-update.exe';  //  POPULATE THIS
const YOUR_FILE_PATH = 'resXmlParser-0.1.4-update.exe';  //  POPULATE THIS
function hashFile(file, algorithm = 'sha512', encoding = 'base64', options) {
  return new Promise((resolve, reject) => {