You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let appimage = tools_path.join("linuxdeploy-plugin-appimage.AppImage");
253
+
if !appimage.exists(){
254
+
// This is optional, linuxdeploy will fall back to its built-in version if the download failed.
255
+
let data = download(&format!("https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-{arch}.AppImage"));
0 commit comments