Skip to content

Commit

Permalink
Merge pull request #18 from ZhymabekRoman/patch-1
Browse files Browse the repository at this point in the history
Disable Lazarus installation prompt window
  • Loading branch information
gcarreno authored Feb 17, 2023
2 parents 5b5e445 + 00d7959 commit f76b5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lazarus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export class Lazarus{

// Run the installer
let lazarusDir: string = path.join(this._getTempDirectory(), 'lazarus');
await exec(`${downloadPath_WIN} /VERYSILENT /DIR=${lazarusDir}`);
await exec(`${downloadPath_WIN} /VERYSILENT /SP- /DIR=${lazarusDir}`);

// Add this path to the runner's global path
core.addPath(lazarusDir);
Expand Down

0 comments on commit f76b5dd

Please sign in to comment.