thorium-mirror/pak_src
Alexander David Frick 92aaa2b816
Create README.md
2022-04-11 17:10:49 -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 Add pak source code. 2022-02-11 12:39:10 -08: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 Create README.md 2022-04-11 17:10:49 -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

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 during the Thorium build to the 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 explaining what this dir is.

Credit goes to: https://github.com/myfreeer/

And the original repo is: https://github.com/myfreeer/chrome-pak-customizer