We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66744aa + 4cbd2ae commit 3ae435aCopy full SHA for 3ae435a
electron-builder-scripts/snap-hooks/configure
@@ -1,4 +1,4 @@
1
#!/bin/sh -e
2
3
APP_PATH=$SNAP/jupyterlab-desktop
4
-ln -s "$APP_PATH" /usr/bin/jlab
+ln -sf "$APP_PATH" /usr/bin/jlab
0 commit comments