mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-27 13:38:38 +00:00
Init script compiles the new tab now
This commit is contained in:
@@ -18,7 +18,10 @@
|
|||||||
"backgroundColor": "#282A33",
|
"backgroundColor": "#282A33",
|
||||||
"brandShorterName": "Zen",
|
"brandShorterName": "Zen",
|
||||||
"brandShortName": "Zen Browser",
|
"brandShortName": "Zen Browser",
|
||||||
"brandFullName": "Zen Browser"
|
"brandFullName": "Zen Browser",
|
||||||
|
"release": {
|
||||||
|
"displayVersion": "1.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license": {
|
"license": {
|
||||||
|
@@ -4,8 +4,13 @@ import os
|
|||||||
def initialize_avatars():
|
def initialize_avatars():
|
||||||
os.system("cd src/browser/base/content/zen-avatars && python3 fetch-all-avatars.py")
|
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():
|
def main():
|
||||||
initialize_avatars()
|
initialize_avatars()
|
||||||
|
recompile_new_tab()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
2182
package-lock.json
generated
Normal file
2182
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -19,5 +19,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/zen-browser/core/issues"
|
"url": "https://github.com/zen-browser/core/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/zen-browser/core#readme"
|
"homepage": "https://github.com/zen-browser/core#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"gluon-build": "^1.0.0-rc.5"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user