mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-28 05:58:38 +00:00
Profiles can now have avatars
This commit is contained in:
11
init-browser.py
Normal file
11
init-browser.py
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
import os
|
||||
|
||||
def initialize_avatars():
|
||||
os.system("cd src/browser/base/content/zen-avatars && python3 fetch-all-avatars.py")
|
||||
|
||||
def main():
|
||||
initialize_avatars()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Reference in New Issue
Block a user