Skip to content

Commit d9fd598

Browse files
committed
Fix post refresh hook to use electron-launch
1 parent 947d563 commit d9fd598

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
# @@NAME@@ --snap-update
4-
echo "refresh hook" | @@NAME@@ -
4+
echo "refresh hook" | "${SNAP}/bin/electron-launch" "${SNAP}/usr/share/@@NAME@@/bin/@@NAME@@" -

0 commit comments

Comments
 (0)