mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
fix components
This commit is contained in:
parent
cc460ed778
commit
10b083c6a9
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ rm -f ./API_KEYS.txt &&
|
|||
rm -f ../API_KEYS.txt &&
|
||||
|
||||
wget --directory-prefix=../ https://raw.githubusercontent.com/cr-bucket/thor-bucket/main/API_KEYS.txt &&
|
||||
wget --directory-prefix=../other https://raw.githubusercontent.com/cr-bucket/thor-bucket/main/API_KEYS.txt &&
|
||||
|
||||
printf "${GRE}Done.\n" &&
|
||||
printf "${YEL}- Use the three lines therein at the atop of your args.gn\n" &&
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
import("//build/config/chromeos/ui_mode.gni")
|
||||
import("//build/util/branding.gni")
|
||||
import("//components/vector_icons/vector_icons.gni")
|
||||
#import("//third_party/blink/public/public_features.gni")
|
||||
import("//third_party/blink/public/public_features.gni")
|
||||
|
||||
aggregate_vector_icons("components_vector_icons") {
|
||||
icon_directory = "."
|
||||
|
|
Loading…
Reference in a new issue