1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00

Add eslint

This commit is contained in:
Minionguyjpro
2023-07-08 11:32:07 +00:00
parent 62fa3fc82f
commit 08c14b708e
6 changed files with 2190 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -7,7 +7,7 @@ const path = core.getInput('path');
var exec = require('child_process').exec;
if (process.platform === 'win32') {
exec(`\"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe\" \"${path}\"`,
exec(`"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe" "${path}"`,
function (error, stdout, stderr) {
console.log(stdout);
console.log(stderr);