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

nlordell/aseprite-appimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published