Skip to content

Build Aseprite executable for Windows using Docker 👾🐋

Notifications You must be signed in to change notification settings

partyvaper/aseprite-windows-docker-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aseprite 👾 Windows 💻 Docker 🐋 Build ⚙️

This repository aims to make the complicated process of compiling Aseprite more simple.

Consider buying Aseprite if you want to support the devs: https://www.aseprite.org/

Prerequisites

  • OS: Windows 10 (Version 2004) or Windows 11 Pro
  • Docker Desktop
    • Use Windows containers: Right click on the tray icon -> Switch to Windows containers...

Usage

  1. download this repo: git clone git@github.com:partyvaper/aseprite-windows-docker-build.git
  2. cd aseprite-windows-docker-build
  3. build the docker image: docker build -t partyvaper/aseprite . --network="Default Switch"
  4. create a container from the image: docker run -d partyvaper/aseprite cmd (this prints the container id)
  5. copy the Aseprite binaries: docker cp <CONTAINER_ID>:aseprite\build\bin\ .\bin\

Now you should see a folder called bin/ and in it the Aseprite binaries!

About

Build Aseprite executable for Windows using Docker 👾🐋

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 93.1%
  • Dockerfile 6.9%