File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
tooling/bundler/src/bundle/linux/templates Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " tauri-bundler " : patch
3+ ---
4+
5+ Fix AppImage builds by pinning the linuxdeploy version.
Original file line number Diff line number Diff line change 7070fi
7171
7272wget -q -4 -N -O " {{tauri_tools_path}}/linuxdeploy-plugin-gtk.sh" https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh
73- wget -q -4 -N -O " {{tauri_tools_path}}/linuxdeploy-${ARCH} .AppImage" https://github.com/linuxdeploy/linuxdeploy /releases/download/continuous /linuxdeploy-${linuxdeploy_arch} .AppImage
73+ wget -q -4 -N -O " {{tauri_tools_path}}/linuxdeploy-${ARCH} .AppImage" https://github.com/tauri-apps/binary-releases /releases/download/linuxdeploy /linuxdeploy-${linuxdeploy_arch} .AppImage
7474
7575chmod +x " {{tauri_tools_path}}/linuxdeploy-plugin-gtk.sh"
7676chmod +x " {{tauri_tools_path}}/linuxdeploy-${ARCH} .AppImage"
You can’t perform that action at this time.
0 commit comments