mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix post refresh hook to use electron-launch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# @@NAME@@ --snap-update
|
||||
echo "refresh hook" | @@NAME@@ -
|
||||
echo "refresh hook" | "${SNAP}/bin/electron-launch" "${SNAP}/usr/share/@@NAME@@/bin/@@NAME@@" -
|
||||
|
||||
Reference in New Issue
Block a user