https://github.com/demkom58/docker-win-aseprite-build
Automated building of Aseprite using Docker
https://github.com/demkom58/docker-win-aseprite-build
Last synced: 2 months ago
JSON representation
Automated building of Aseprite using Docker
- Host: GitHub
- URL: https://github.com/demkom58/docker-win-aseprite-build
- Owner: demkom58
- Created: 2022-10-08T19:32:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T22:28:52.000Z (over 2 years ago)
- Last Synced: 2025-01-13T01:36:08.687Z (4 months ago)
- Language: Batchfile
- Homepage:
- Size: 1.95 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aseprite :space_invader: Windows :computer: Docker :whale2: Build :gear:
Repository aims to simplify and automate building process of [Aseprite](https://github.com/aseprite/aseprite).
Inspired by [eddex/aseprite-windows-docker-build](https://github.com/eddex/aseprite-windows-docker-build),
but builds latest released version of Aseprite!BTW, it is recommended to buy Aseprite, if you want support development of that neat editor: https://www.aseprite.org/
## Prerequisites
- OS: Windows 10+
- Docker Desktop
- Use Windows containers: Right click on the tray icon -> Switch to Windows containers...
- 20GB of free disk space on system drive (You can remove containers and images then)## Usage
1. Clone the repo: `git clone [email protected]:demkom58/docker-win-aseprite-build.git`
2. Open cloned directory: `cd docker-win-aseprite-build`
3. Build image: `docker build -t demkom58/aseprite .`
4. Create a container from the image: `docker run -d demkom58/aseprite cmd` (this prints the container id)
6. Copy binaries: `docker cp :aseprite\build\bin\ .\bin\`Now you should see a folder called `bin/` and in it the Aseprite binaries!