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
build: fix cleanup of appimage: fix perms so rm -rf/git clean can work
copied this ` chmod -R 777 "${APP_DIR}"` from another place in the
build appimage script: cleanup worked ok locally in the end(after this line),
but not when paused early: so it seems it fixes the permissions and
we can put it in cleanup without sudo
Co-authored-by: Madman10K <[email protected]>
0 commit comments