fix webkit path
This commit is contained in:
parent
e504e6a1a8
commit
77bc27ee3d
|
@ -147,6 +147,7 @@ jobs:
|
||||||
|
|
||||||
curl -o linuxdeploy-plugin-gtk.sh "https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
|
curl -o linuxdeploy-plugin-gtk.sh "https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
|
||||||
chmod +x linuxdeploy-plugin-gtk.sh
|
chmod +x linuxdeploy-plugin-gtk.sh
|
||||||
|
sed -i 's#././#..#g' linuxdeploy-plugin-gtk.sh
|
||||||
|
|
||||||
./linuxdeploy --appdir AppDir \
|
./linuxdeploy --appdir AppDir \
|
||||||
--output=appimage \
|
--output=appimage \
|
||||||
|
|
Loading…
Reference in New Issue