use native launchers

This commit is contained in:
James Ward 2024-08-14 23:06:24 -06:00
parent efde353175
commit 5780c70ee2
No known key found for this signature in database
GPG Key ID: 9A0B94DEC0FFA7EE

View File

@ -117,7 +117,7 @@ with stdenv; lib.makeOverridable mkDerivation (rec {
--set-default LOCALE_ARCHIVE "${glibcLocales}/lib/locale/locale-archive" \
--set-default ${vmoptsIDE}_VM_OPTIONS ${vmoptsFile}
ln -s "$out/$pname/bin/${loName}.sh" $out/bin/$pname
ln -s "$out/$pname/bin/${loName}" $out/bin/$pname
rm -rf $out/$pname/plugins/remote-dev-server/selfcontained/
echo -e '#!/usr/bin/env bash\n'"$out/$pname/bin/remote-dev-server.sh"' "$@"' > $out/$pname/bin/remote-dev-server-wrapped.sh
chmod +x $out/$pname/bin/remote-dev-server-wrapped.sh