mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-27 13:38:38 +00:00
Added huge UI changes
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
|
||||
import os
|
||||
from update_newtab import update_newtab
|
||||
|
||||
def initialize_avatars():
|
||||
os.system("cd src/browser/base/content/zen-avatars && python3 fetch-all-avatars.py")
|
||||
|
||||
def recompile_new_tab():
|
||||
os.system("(cd ./engine/browser/components/newtab && ../../../mach npm install && ../../../mach npm install meow@9.0.0)")
|
||||
os.system("cd ./engine && ./mach npm run bundle --prefix=browser/components/newtab")
|
||||
|
||||
def main():
|
||||
initialize_avatars()
|
||||
recompile_new_tab()
|
||||
update_newtab()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Reference in New Issue
Block a user