mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
Removed Update Manager
This commit is contained in:
@@ -27,4 +27,7 @@ def execute():
|
||||
for file_path in (("js", "wn-web.js"), ("css", "wn-web.css")):
|
||||
file_path = os.path.join(base_path, "public", *file_path)
|
||||
if os.path.exists(file_path):
|
||||
os.remove(file_path)
|
||||
os.remove(file_path)
|
||||
|
||||
# Remove update app page
|
||||
webnotes.delete_doc("Page", "update-manager")
|
||||
|
||||
Reference in New Issue
Block a user