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
|
@ -2683,7 +2683,7 @@ config("minimal_symbols") {
|
|||
# names in the final debug information.
|
||||
config("no_symbols") {
|
||||
if (is_win) {
|
||||
ldflags = [ "/DEBUG:NONE" ]
|
||||
ldflags = [ "/DEBUG" ]
|
||||
|
||||
# All configs using /DEBUG should include this:
|
||||
configs = [ ":win_pdbaltpath" ]
|
||||
|
|
|
@ -2612,7 +2612,7 @@ config("minimal_symbols") {
|
|||
# names in the final debug information.
|
||||
config("no_symbols") {
|
||||
if (is_win) {
|
||||
ldflags = [ "/DEBUG:NONE" ]
|
||||
ldflags = [ "/DEBUG" ]
|
||||
|
||||
# All configs using /DEBUG should include this:
|
||||
configs = [ ":win_pdbaltpath" ]
|
||||
|
|
|
@ -46,7 +46,7 @@ sleep 2 &&
|
|||
mkdir -v -p ./temp &&
|
||||
mkdir -v -p ./temp/USER_DATA &&
|
||||
mkdir -v -p ./out &&
|
||||
7z x thorium_mini_installer.exe &&
|
||||
7z x thorium_mini_installer*.exe &&
|
||||
7z x chrome.7z &&
|
||||
mv -v Chrome-bin ./temp/BIN &&
|
||||
cp -r -v ./README.win temp/README.txt &&
|
||||
|
|
3
setup.sh
3
setup.sh
|
@ -100,12 +100,11 @@ case $1 in
|
|||
--raspi) copyRaspi;
|
||||
esac
|
||||
|
||||
# Windows on ARM workaround
|
||||
# Windows on ARM files
|
||||
copyWOA () {
|
||||
printf "\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/woa_arm.gni $HOME/chromium/src/build/config/arm.gni &&
|
||||
printf "\n"
|
||||
}
|
||||
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_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_YIFF" file="chromium/catgirl_fridge.png" />
|
||||
<structure type="chrome_scaled_image" name="IDR_PRODUCT_YIFF" file="chromium/yiff.png" />
|
||||
</else>
|
||||
</if> <!-- _google_chrome -->
|
||||
<if expr="not is_android">
|
||||
|
|
Loading…
Reference in a new issue