Coder Social home page Coder Social logo

h-j-f / aseprite-builder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fbikdot/aseprite-builder

0.0 0.0 0.0 12 KB

Automatically build Aseprite for Windows x64 via GitHub Actions.

Home Page: https://github.com/aseprite/aseprite/releases

License: MIT License

aseprite-builder's Introduction

aseprite-window-x64-builder

Language: English | δΈ­ζ–‡

These are 2 GitHub Workflow that builds Aseprite for Windows x64 bit, either building a specified version or automatically building of the lastest version. By using GitHub Actions, there is no need for manual compilation, and it does not include any malicious software.

Please review the Aseprite EULA before using it.

To comply with the Aseprite EULA, this workflow will not upload the compiled binary files to a publicly accessible space. The compiled binary files will be stored in the Releases as draft and only visible to the repository owner.

The compiled binary files cannot run without libcrypto-1_1-x64.dll, and currently, I don't know how to resolve this during compilation. The workflow will retrieve this missing DLL from https://github.com/feenkcom/libopenssl/releases and package it together. If you don't need it, you can replace, delete, or modify it according to your needs.

Star this repository if you think it is useful!

Usage

Fork this repository and go to the Settings-Actions-General page of the forked repository.

Ensure these GitHub repository settings are configured correctly:

  • Workflow permissions is set to Read and write permissions
  • Allow all actions and reusable workflows

Build a specified version

Visit https://github.com/aseprite/aseprite/releases to get the tag, whose release is your need. Then, open the Actions page of the forked repository, select Build a specified version on the left side, click Run workflow, and fill in the tags under the the tag(version) of the Aseprite. After clicking Run workflow, wait for the workflow to complete. Go to the Code-Releases of the forked repository and download the attachment under the newly generated draft.

Automatic check update and Build

This workflow will check the lastest tag from local repository and Aseprite Offical repository. If the current version of the forked repository is different from the latest Aseprite Releases, it will automatically retrieve the latest tags and perform the compilation. It will generate a draft in the Code-Releases of the forked repository.

This workflow will automatically execute at Beijing time (UTC+8) 8:00. To enable it, edit .github/workflows/auto-build.yml and uncomment lines 3 to 5:

on:
  schedule:
  - cron: '0 0 * * *'

aseprite-builder's People

Contributors

fbikdot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.