Skip to content

Commit

Permalink
tweak for ignored code sign files
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnious committed Nov 21, 2023
1 parent f095c12 commit fd30c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const TEMP_DIR = path.join(__dirname, 'temp');

// these were being incorrectly flagged by esigner as malware
// make sure these are lowercase
const ignoreFileList = ['arctool.exe', '7z.exe']
const ignoreFileList = ['arctool.exe']

if (!fs.existsSync(TEMP_DIR)) {
fs.mkdirSync(TEMP_DIR, { recursive: true });
Expand Down

0 comments on commit fd30c49

Please sign in to comment.