Skip to content

Commit

Permalink
fixup path
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Jun 9, 2024
1 parent 389287b commit 33fb306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/vscode-oss/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,7 @@ stdenv.mkDerivation {
mkdir -p $out/share/applications
ln -s ${desktopItem}/share/applications/${executableName}.desktop $out/share/applications/${executableName}.desktop
ln -s ${urlHandlerDesktopItem}/share/applications/${executableName}-url-handler.desktop $out/share/applications/${executableName}-url-handler.desktop
mkdir -p $out/share/pixmaps
cp $out/lib/vscode/resources/app/resources/linux/${executableName}.png $out/share/pixmaps/${executableName}.png
install $out/lib/vscode/resources/app/resources/linux/code.png $out/share/pixmaps/${executableName}.png
'' + ''
# Make a wrapper script, setting the electron path, and vscode path
makeWrapper "$out/lib/vscode/${binName}" "$out/bin/code-oss" \
Expand Down

0 comments on commit 33fb306

Please sign in to comment.