Skip to content

Releases: devlinman/Procreate-thumbnailer

v1.0.2 - Arch Linux Package

24 Jan 17:56

Choose a tag to compare

Procreate thumbnailer v1.0.2 Release

Build

  • You may wish to build from source, either for dev purposes, or to install in other distributions.
git clone ...
cd ....
cargo build  --release

  • Once binary is compiled, You just need to copy the binary and the provided xml files to their proper locations.
  • Check Paths & Locations section for file paths.

Install from AUR

  • Package is available in the AUR as procreate-thumbnailer-git.
  • It will compile from source. Make sure you have rust-toolchain installed.

Important

If you install the app from the AUR, its package name will be procreate-thumbnailer-git. It will conflict with procreate-thumbnailer.


Install from package

On Arch Linux

Caution

Install from release package at your own risk.

  • It is not advised to install pre-compiled binaries without inspection.
  • To install a release package, use pacman -U <RELEASE PACKAGE>
  • Remove it with pacman -R procreate-thumbnailer

On other distros

Caution

Although the rust app will work on most linux distributions, this release is only meant for demonstration purposes. You are better off building/compiling the app on your own machine.

  • This release package is only meant for Demonstration Pursposes.

Paths & Locations

  • You may extract the release package and copy its files to their respective locations as depicted below.
  • The structure of the package resembles the requisite paths of the files.
  • This is useful if you are using another distribution, different from Arch Linux.
/
└── usr
    ├── bin
    │   └── procreate-thumbnailer
    └── share
        ├── licenses
        │   └── procreate-thumbnailer
        │       └── LICENSE
        ├── mime
        │   └── packages
        │       └── procreate.xml
        └── thumbnailers
            └── procreate.thumbnailer