thorium-mirror/infra/APPIMAGE
2022-06-25 11:44:07 -05:00
..
files Add files via upload 2022-06-18 23:42:14 -05:00
build_appimage.sh Update build_appimage.sh 2022-06-25 11:44:07 -05:00
extract_appimage.sh Update extract_appimage.sh 2022-06-25 11:43:49 -05:00
pkg2appimage Add files via upload 2022-06-17 17:24:43 -05:00
README.md Update README.md 2022-06-24 02:28:41 -05:00
Thorium.yml Update Thorium.yml 2022-06-18 23:41:18 -05:00

Thorium AppImage Generation

Instructions

This directory contains files to generate an .AppImage of Thorium.

You must place the .deb file generated from running thordeb.sh in this directory, and then run ./build_appimage.sh

When it is done, you will have an appimage in out, I.E. it should be something like //thorium/infra/APPIMAGE/out/Thorium_Browser-104.0.5107.0.glibc2.17-x86_64.AppImage

You can use it standalone, after making it executable with sudo chmod +x Thorium_Browser-*, or (reccomended) to integrate it with your system you can use AppImageLauncher.

  • Running ./extract_appimage.sh will extract the appimage contents to out/Thorium_squashfs-root

  • The files subdir contains files needed for the 22px and 512px icons, and a thorium-shell wrapper that allows thorium_shell to run properly in an AppImage.

  • See also: About AppImages

About

This infra project uses pkg2appimage from here > https://github.com/AppImage/pkg2appimage
The Thorium.yml file was modeled after the official Chromium one from here > https://github.com/AppImage/pkg2appimage/blob/master/recipes/Chromium.yml