1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 19:34:34 +00:00

fix: apply icon option only for sas.exe

This commit is contained in:
Allan Bowe
2022-07-18 12:33:52 +00:00
parent aa027414ed
commit d2ddd8aaca

View File

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