thorium-mirror/infra/APPIMAGE/README.md

20 lines
1.6 KiB
Markdown
Raw Normal View History

2022-06-24 03:28:41 -04:00
## Thorium AppImage Generation <img src="https://raw.githubusercontent.com/Alex313031/Thorium/main/logos/STAGING/Appimage_Logo.svg" width="36">
2022-06-17 18:42:34 -04:00
### Instructions
2022-06-19 00:46:40 -04:00
This directory contains files to generate an .AppImage of Thorium.
2022-06-17 18:42:34 -04:00
You __must__ place the .deb file generated from running `thordeb.sh` in this directory, and then run `./build_appimage.sh`
2022-06-19 00:46:40 -04:00
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`
2022-06-17 18:42:34 -04:00
2022-06-17 18:46:49 -04:00
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](https://github.com/TheAssassin/AppImageLauncher).
2022-06-17 18:42:34 -04:00
2022-06-19 00:48:37 -04:00
- Running `./extract_appimage.sh` will extract the appimage contents to *out/Thorium_squashfs-root*
2022-06-19 00:46:40 -04:00
- 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](https://appimage.org/)
2022-06-17 18:48:27 -04:00
2022-06-24 03:28:41 -04:00
### About <img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/thorium_infra_256.png" width="32">
2022-06-17 18:46:49 -04:00
&ndash; This infra project uses [*pkg2appimage*](https://github.com/AppImage/pkg2appimage/blob/master/pkg2appimage) from here > https://github.com/AppImage/pkg2appimage \
&ndash; The [*Thorium.yml*](https://github.com/Alex313031/Thorium/blob/main/infra/APPIMAGE/Thorium.yml) file was modeled after the official Chromium one from here > https://github.com/AppImage/pkg2appimage/blob/master/recipes/Chromium.yml