1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-09 23:40:06 +00:00

Merge pull request #232 from sasjs/issue229

fix: apply icon option only for sas.exe
This commit is contained in:
Allan Bowe
2022-07-18 13:34:21 +01:00
committed by GitHub

View File

@@ -102,7 +102,7 @@ ${autoExecContent}`
'-AUTOEXEC', '-AUTOEXEC',
autoExecPath, autoExecPath,
process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '', process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '',
isWindows() ? '-icon' : '', process.sasLoc!.endsWith('sas.exe') ? '-icon' : '',
isWindows() ? '-nologo' : '' isWindows() ? '-nologo' : ''
]) ])
.then(() => { .then(() => {