mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-07 05:43:21 +00:00
Removed 'init' command
This commit is contained in:
@@ -25,10 +25,10 @@ Download and bootstrap the browser
|
||||
gluon download && gluon bootstrap
|
||||
```
|
||||
|
||||
Initialize the browser and start building it
|
||||
Start building the browser
|
||||
|
||||
```
|
||||
npm run init && npm run build
|
||||
npm run build
|
||||
```
|
||||
|
||||
Finally, run the browser!
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
|
||||
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 main():
|
||||
initialize_avatars()
|
||||
update_newtab()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
@@ -7,7 +7,6 @@
|
||||
"start": "cd engine && ./mach run --noprofile",
|
||||
"import": "gluon import",
|
||||
"export": "gluon export",
|
||||
"init": "python3 init-browser.py",
|
||||
"package": "gluon package",
|
||||
"update-newtab": "python3 update_newtab.py"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user