mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
add arm64 pak
This commit is contained in:
parent
3ddfbcde24
commit
f372880d13
9 changed files with 6622 additions and 6 deletions
6618
arm/android/args.list
Normal file
6618
arm/android/args.list
Normal file
File diff suppressed because it is too large
Load diff
|
@ -4,10 +4,6 @@
|
|||
|
||||
- Gimp and convert.exe to check ico sizes
|
||||
|
||||
- Compile pak for ARM64 targets (possibly ship with mac builds?)
|
||||
|
||||
- Use GCC armgnuabi flags or compile natively on a raspi
|
||||
|
||||
- Add native first run WebUI page
|
||||
|
||||
- https://github.com/ungoogled-software/ungoogled-chromium/pull/2314/files
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
pak_src/binaries/pak_arm64
Normal file
BIN
pak_src/binaries/pak_arm64
Normal file
Binary file not shown.
6
setup.sh
6
setup.sh
|
@ -76,8 +76,8 @@ cp -r -v src/tools/. ${CR_SRC_DIR}/tools/ &&
|
|||
cp -r -v src/ui/. ${CR_SRC_DIR}/ui/ &&
|
||||
cp -r -v src/v8/. ${CR_SRC_DIR}/v8/ &&
|
||||
cp -r -v thorium_shell/. ${CR_SRC_DIR}/out/thorium/ &&
|
||||
cp -r -v pak_src/bin/pak ${CR_SRC_DIR}/out/thorium/ &&
|
||||
cp -r -v pak_src/bin/pak-win/. ${CR_SRC_DIR}/out/thorium/ &&
|
||||
cp -r -v pak_src/binaries/pak ${CR_SRC_DIR}/out/thorium/ &&
|
||||
cp -r -v pak_src/binaries/pak-win/. ${CR_SRC_DIR}/out/thorium/ &&
|
||||
|
||||
# Add default_apps dir for Google Docs Offline extension.
|
||||
mkdir -v -p ${CR_SRC_DIR}/out/thorium/default_apps &&
|
||||
|
@ -107,6 +107,8 @@ copyRaspi () {
|
|||
printf "\n" &&
|
||||
printf "${YEL}Copying Raspberry Pi build files...${c0}\n" &&
|
||||
cp -r -v arm/raspi/* ${CR_SRC_DIR}/ &&
|
||||
rm -v ${CR_SRC_DIR}/out/thorium/pak &&
|
||||
cp -v pak_src/binaries/pak_arm64 ${CR_SRC_DIR}/out/thorium/pak &&
|
||||
printf "\n"
|
||||
}
|
||||
# Display raspi ascii art
|
||||
|
|
Loading…
Reference in a new issue