Post install file doesn't generate correct script with shebang
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 条评论