mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
WOA fixes
This commit is contained in:
parent
9d27771cb8
commit
26655c920b
8 changed files with 6 additions and 7 deletions
|
@ -905,7 +905,7 @@ config("compiler") {
|
||||||
# For deterministic builds, keep the local machine's current working
|
# For deterministic builds, keep the local machine's current working
|
||||||
# directory from appearing in build outputs.
|
# directory from appearing in build outputs.
|
||||||
"-Zremap-cwd-prefix=.",
|
"-Zremap-cwd-prefix=.",
|
||||||
|
|
||||||
# Full RUSTC optimizations.
|
# Full RUSTC optimizations.
|
||||||
"-Copt-level=3", "-Ctarget-feature=+aes,+avx,-pclmul",
|
"-Copt-level=3", "-Ctarget-feature=+aes,+avx,-pclmul",
|
||||||
]
|
]
|
||||||
|
@ -2683,7 +2683,7 @@ config("minimal_symbols") {
|
||||||
# names in the final debug information.
|
# names in the final debug information.
|
||||||
config("no_symbols") {
|
config("no_symbols") {
|
||||||
if (is_win) {
|
if (is_win) {
|
||||||
ldflags = [ "/DEBUG:NONE" ]
|
ldflags = [ "/DEBUG" ]
|
||||||
|
|
||||||
# All configs using /DEBUG should include this:
|
# All configs using /DEBUG should include this:
|
||||||
configs = [ ":win_pdbaltpath" ]
|
configs = [ ":win_pdbaltpath" ]
|
||||||
|
|
|
@ -2612,7 +2612,7 @@ config("minimal_symbols") {
|
||||||
# names in the final debug information.
|
# names in the final debug information.
|
||||||
config("no_symbols") {
|
config("no_symbols") {
|
||||||
if (is_win) {
|
if (is_win) {
|
||||||
ldflags = [ "/DEBUG:NONE" ]
|
ldflags = [ "/DEBUG" ]
|
||||||
|
|
||||||
# All configs using /DEBUG should include this:
|
# All configs using /DEBUG should include this:
|
||||||
configs = [ ":win_pdbaltpath" ]
|
configs = [ ":win_pdbaltpath" ]
|
||||||
|
|
|
@ -46,7 +46,7 @@ sleep 2 &&
|
||||||
mkdir -v -p ./temp &&
|
mkdir -v -p ./temp &&
|
||||||
mkdir -v -p ./temp/USER_DATA &&
|
mkdir -v -p ./temp/USER_DATA &&
|
||||||
mkdir -v -p ./out &&
|
mkdir -v -p ./out &&
|
||||||
7z x thorium_mini_installer.exe &&
|
7z x thorium_mini_installer*.exe &&
|
||||||
7z x chrome.7z &&
|
7z x chrome.7z &&
|
||||||
mv -v Chrome-bin ./temp/BIN &&
|
mv -v Chrome-bin ./temp/BIN &&
|
||||||
cp -r -v ./README.win temp/README.txt &&
|
cp -r -v ./README.win temp/README.txt &&
|
||||||
|
|
3
setup.sh
3
setup.sh
|
@ -100,12 +100,11 @@ case $1 in
|
||||||
--raspi) copyRaspi;
|
--raspi) copyRaspi;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Windows on ARM workaround
|
# Windows on ARM files
|
||||||
copyWOA () {
|
copyWOA () {
|
||||||
printf "\n" &&
|
printf "\n" &&
|
||||||
printf "${YEL}Copying Windows on ARM build files...${c0}\n" &&
|
printf "${YEL}Copying Windows on ARM build files...${c0}\n" &&
|
||||||
cp -r -v arm/build/config/* $HOME/chromium/src/build/config/ &&
|
cp -r -v arm/build/config/* $HOME/chromium/src/build/config/ &&
|
||||||
cp -r -v arm/woa_arm.gni $HOME/chromium/src/build/config/arm.gni &&
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
}
|
}
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 773 KiB |
BIN
src/chrome/app/theme/default_100_percent/chromium/yiff.png
Normal file
BIN
src/chrome/app/theme/default_100_percent/chromium/yiff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
Binary file not shown.
Before Width: | Height: | Size: 773 KiB |
|
@ -191,7 +191,7 @@
|
||||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22_WHITE" file="chromium/product_logo_name_22_white.png" />
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_LOGO_NAME_22_WHITE" file="chromium/product_logo_name_22_white.png" />
|
||||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_MASCOT" file="chromium/thorium_mascot.png" />
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_MASCOT" file="chromium/thorium_mascot.png" />
|
||||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_NETERROR_FAVICON" file="chromium/dino_favicon.png" />
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_NETERROR_FAVICON" file="chromium/dino_favicon.png" />
|
||||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_YIFF" file="chromium/catgirl_fridge.png" />
|
<structure type="chrome_scaled_image" name="IDR_PRODUCT_YIFF" file="chromium/yiff.png" />
|
||||||
</else>
|
</else>
|
||||||
</if> <!-- _google_chrome -->
|
</if> <!-- _google_chrome -->
|
||||||
<if expr="not is_android">
|
<if expr="not is_android">
|
||||||
|
|
Loading…
Reference in a new issue