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:bug
3+ ---
4+
5+ The AppImage bundler now pulls the AppRun binaries from our GitHub mirror, fixing 404 errors.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ find -L /usr/lib* -name WebKitNetworkProcess -exec mkdir -p "$(dirname '{}')" \;
4747find -L /usr/lib* -name WebKitWebProcess -exec mkdir -p " $( dirname ' {}' ) " \; -exec cp --parents ' {}' " ." \; || true
4848find -L /usr/lib* -name libwebkit2gtkinjectedbundle.so -exec mkdir -p " $( dirname ' {}' ) " \; -exec cp --parents ' {}' " ." \; || true
4949
50- ( cd " {{tauri_tools_path}}" && ( wget -q -4 -N https://github.com/AppImage/AppImageKit /releases/download/continuous /AppRun-${ARCH } || wget -q -4 -N https://github.com/AppImage/AppImageKit/releases/download/12/AppRun-${ARCH} ) )
50+ ( cd " {{tauri_tools_path}}" && ( wget -q -4 -N https://github.com/tauri-apps/binary-releases /releases/download/apprun-old /AppRun-{arch } || wget -q -4 -N https://github.com/AppImage/AppImageKit/releases/download/12/AppRun-${ARCH} ) )
5151chmod +x " {{tauri_tools_path}}/AppRun-${ARCH} "
5252
5353# We need AppRun to be installed as {{app_name}}.AppDir/AppRun.
You can’t perform that action at this time.
0 commit comments