mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-13 23:53:25 +00:00
take chrome version from chromium_version.txt
This commit is contained in:
2
build.sh
2
build.sh
@@ -33,7 +33,7 @@ _root_dir=$(dirname $(greadlink -f $0)) # Gets the absolute path of the script d
|
||||
_src_dir="$_root_dir/build/src/" # Chromium source code directory
|
||||
_out_dir="Default"
|
||||
|
||||
chromium_version="137.0.7151.69"
|
||||
chromium_version=$(cat "$_root_dir/scripts/chromium_version.txt")
|
||||
|
||||
# Function to copy icons from resources to the Chromium theme directory
|
||||
copy_icons() {
|
||||
|
||||
@@ -1 +1 @@
|
||||
135.0.7049.84
|
||||
137.0.7151.69
|
||||
@@ -1 +1 @@
|
||||
0.1
|
||||
0.1.0
|
||||
Reference in New Issue
Block a user