ITADN

Post install file doesn't generate correct script with shebang

#518Openroulpriya 创建于 2026-04-01
R
roulpriyacommented
From https://github.com/swiftlang/vscode-swift/issues/1907 - Swiftly does not generate an executable script with a shebang. - The extension treated that file like an executable and launched it directly with pkexec. - Direct execution of a text file without #! fails with “exec format error”.
2 条评论