Skip to content

Commit

Permalink
Merge pull request #821 from jupyterlab/update_snap_hook
Browse files Browse the repository at this point in the history
overwrite symlink
  • Loading branch information
mbektas committed Apr 30, 2024
2 parents 66744aa + 4cbd2ae commit 3ae435a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder-scripts/snap-hooks/configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh -e

APP_PATH=$SNAP/jupyterlab-desktop
ln -s "$APP_PATH" /usr/bin/jlab
ln -sf "$APP_PATH" /usr/bin/jlab

0 comments on commit 3ae435a

Please sign in to comment.