thorium-mirror/pak_src
2022-08-23 04:45:30 -05:00
..
bin Pak v.2.0.2 2022-08-02 19:17:54 -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 CMakeLists.txt 2022-08-02 19:15:37 -05: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 Update main.c 2022-08-02 19:10:07 -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 Update README.md 2022-08-02 19:17:12 -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

Building

  • Simply run build.sh