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) => {