Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.11 KB

⚠️ Aseprite now officially distributes an AppImage and provides a build script in their repository. As such this repository is now deprecated and no longer maintained. ⚠️

Aseprite AppImage Bundling

Aseprite AppImage bundling scripts.

Usage

Simply build Aseprite following the official instructions. Alternatively, a helper script to automate the process is provided:

[ASEPRITE_VERSION=...] [SKIA_VERSION=...] ./build.sh

Then, package up the bundled files.

[ASEPRITE_VERSION=...] ./package.sh [$PATH_TO_ASEPRITE_REPO [$PATH_TO_ASEPRITE_BUILD]]

If Aseprite was built with the aforementioned helper script, simply:

[ASEPRITE_VERSION=...] ./package.sh

Docker

A Dockerfile is provided to simplify the whole process.

docker build -t localhost/aseprite-build docker
docker run -it --rm \
    -v $(pwd):/src:z \
    [-e ASEPRITE_VERSION=...] [-e SKIA_VERSION=...] \
    localhost/aseprite-build

Legacy Scripts

For legacy scripts that repackaged official Aseprite .deb releases, see the deb branch.