1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +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',
autoExecPath,
process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '',
isWindows() ? '-icon' : '',
process.sasLoc!.endsWith('sas.exe') ? '-icon' : '',
isWindows() ? '-nologo' : ''
])
.then(() => {