thorium-mirror/pak_src
Alexander David Frick cff58e6440
Update CMakeLists.txt
2022-08-02 17:27:15 -05:00
..
bin Add pak binaries for linux and win. 2022-02-11 12:53:04 -08:00
appveyor.bat Add pak source code. 2022-02-11 12:39:10 -08:00
appveyor.yml Add pak source code. 2022-02-11 12:39:10 -08:00
CMakeLists.txt Update CMakeLists.txt 2022-08-02 17:27:15 -05:00
commandlinetoargva.h Add pak source code. 2022-02-11 12:39:10 -08:00
LICENSE Add pak source code. 2022-02-11 12:39:10 -08:00
LICENSE.LGPL Add pak source code. 2022-02-11 12:39:10 -08:00
main.c Add pak source code. 2022-02-11 12:39:10 -08:00
main.h Add pak source code. 2022-02-11 12:39:10 -08:00
pack.bat Add pak source code. 2022-02-11 12:39:10 -08:00
pak_defs.h Add pak source code. 2022-02-11 12:39:10 -08:00
pak_file.c Add pak source code. 2022-02-11 12:39:10 -08:00
pak_file.h Add pak source code. 2022-02-11 12:39:10 -08:00
pak_file_io.c Add pak source code. 2022-02-11 12:39:10 -08:00
pak_file_io.h Add pak source code. 2022-02-11 12:39:10 -08:00
pak_get_file_type.c Add pak source code. 2022-02-11 12:39:10 -08:00
pak_get_file_type.h Add pak source code. 2022-02-11 12:39:10 -08:00
pak_header.c Add pak source code. 2022-02-11 12:39:10 -08:00
pak_header.h Add pak source code. 2022-02-11 12:39:10 -08:00
pak_pack.c Add pak source code. 2022-02-11 12:39:10 -08:00
pak_pack.h Add pak source code. 2022-02-11 12:39:10 -08:00
README.md Update README.md 2022-06-24 02:41:17 -05:00
README.orig Rename README.md to README.orig 2022-04-11 17:05:29 -05:00
test.sh Add pak source code. 2022-02-11 12:39:10 -08:00
unpack.bat Add pak source code. 2022-02-11 12:39:10 -08:00

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