thorium/pak_src
2023-09-21 10:49:52 -07:00
..
binaries fix pak prebuilts 2023-06-27 16:23:19 -05:00
.gitignore fix pak prebuilts 2023-06-27 16:23:19 -05: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
build.sh cmdline commit 2022-08-23 04:45:30 -05:00
chromium_ascii_art.sh Add files via upload 2022-08-02 17:28:16 -05:00
CMakeLists.txt update pak flags 2023-03-07 06:40:20 -06:00
commandlinetoargva.h Add pak source code. 2022-02-11 12:39:10 -08:00
LICENSE Update LICENSE 2022-08-09 16:47:57 -05:00
LICENSE.LGPL Add pak source code. 2022-02-11 12:39:10 -08:00
main.c fix args.gn 2023-03-29 08:15:26 -05: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 Update pak_pack.c 2022-08-02 19:10:30 -05:00
pak_pack.h Add pak source code. 2022-02-11 12:39:10 -08:00
README.md fix: capitalization of thorium in repo urls 2023-09-21 10:49:52 -07:00
README.orig Rename README.md to README.orig 2022-04-11 17:05:29 -05:00
test.sh fix args.gn 2023-03-29 08:15:26 -05: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

Building

  • Simply run build.sh