diff --git a/api/src/controllers/internal/Session.ts b/api/src/controllers/internal/Session.ts index 8753172..7f9d9cd 100644 --- a/api/src/controllers/internal/Session.ts +++ b/api/src/controllers/internal/Session.ts @@ -102,7 +102,7 @@ ${autoExecContent}` '-AUTOEXEC', autoExecPath, process.sasLoc!.endsWith('sas.exe') ? '-nosplash' : '', - isWindows() ? '-icon' : '', + process.sasLoc!.endsWith('sas.exe') ? '-icon' : '', isWindows() ? '-nologo' : '' ]) .then(() => {