mirror of
https://github.com/zen-browser/updates-server.git
synced 2025-07-07 08:55:36 +02:00
delete AppDir after installation
This commit is contained in:
parent
bdf6e3ccde
commit
df1567c5a8
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ process_appimage() {
|
|||
' "${desktop_file}" > "${desktop_file}.tmp" && mv "${desktop_file}.tmp" "${desktop_file}"
|
||||
|
||||
# Clean up extracted files
|
||||
rm -rf squashfs-root
|
||||
rm -rf squashfs-root AppDir
|
||||
}
|
||||
|
||||
uninstall_appimage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue