vscode: fix vcse-sign again
This time it decided to stop being executable for some reason.
This commit is contained in:
@@ -475,6 +475,7 @@ stdenv.mkDerivation (
|
||||
patchelf \
|
||||
--add-needed ${lib.getLib openssl}/lib/libssl.so.3 \
|
||||
$out/lib/vscode/resources/app/node_modules/@vscode/vsce-sign/bin/vsce-sign
|
||||
chmod +x $out/lib/vscode/resources/app/node_modules/@vscode/vsce-sign/bin/vsce-sign
|
||||
'')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user