Skip to content

Commit

Permalink
copy libcrypto-1_1-x64.dll to release
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Apr 8, 2024
1 parent c36ab6f commit 069a76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
cd build
cmake "../src/aseprite" -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DLAF_BACKEND=skia -DSKIA_DIR="../src/skia" -DSKIA_LIBRARY_DIR="../src/skia/out/Release-x64" -DSKIA_LIBRARY="../src/skia/out/Release-x64/skia.lib"
ninja aseprite
copy "C:/Windows/System32/libcrypto-1_1-x64.dll" ./bin
- name: Get version
id: get_version
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
## Usage:

- Click `Use this template` to create a new repository.
- Turn on the GitHub Actions in the `Actions` tab.
- Run the workflow `Auto Build Aseprite` to build Aseprite.
- Wait for the build to complete.

## Contributors:

Expand Down

0 comments on commit 069a76c

Please sign in to comment.