.. | ||
binaries | ||
.gitignore | ||
appveyor.bat | ||
appveyor.yml | ||
build.sh | ||
chromium_ascii_art.sh | ||
CMakeLists.txt | ||
commandlinetoargva.h | ||
LICENSE | ||
LICENSE.LGPL | ||
main.c | ||
main.h | ||
pack.bat | ||
pak_defs.h | ||
pak_file.c | ||
pak_file.h | ||
pak_file_io.c | ||
pak_file_io.h | ||
pak_get_file_type.c | ||
pak_get_file_type.h | ||
pak_header.c | ||
pak_header.h | ||
pak_pack.c | ||
pak_pack.h | ||
README.md | ||
README.orig | ||
test.sh | ||
unpack.bat |
Thorium Pak Customizer
This contains the source code for pak.
Rather than a nested git repo, it is simply copy/pasted from upstream, and contains a "bin" dir where there are binaries for Linux and Windows. The Linux binaries were compiled myself, the Windows ones were from myfreeer's releases, as he only offered Windows builds. These are copied when running ./setup.sh during the Thorium build to the //chromium/src/out/thorium dir for the installer to include.
The original README.md from chrome-pak-customizer was renamed to README.orig, so that this would show on GitHub explaining what this dir is.
Credit goes to: https://github.com/myfreeer/
And the original repo is: https://github.com/myfreeer/chrome-pak-customizer
Building
- Simply run
build.sh