Skip to content

Commit

Permalink
feat(ci): support multi-resolution builda
Browse files Browse the repository at this point in the history
Related to #18
  • Loading branch information
ful1e5 committed Jul 1, 2024
1 parent d822fbe commit ab01c64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Print cbmp version
run: npx cbmp --version

# - name: Rendering Bitmaps
# run: yarn render
# continue-on-error: false
- name: Rendering Bitmaps
run: yarn render
continue-on-error: false

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -57,5 +57,5 @@ jobs:
clickgen --version
ctgen --version
# - name: Build
# run: yarn build
- name: Build
run: yarn build
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### What's New?

- Support `256px` cursors
- Support `256px` cursors
- feat: Added `Person` and `Pin` cursors for Windows
- Official Distributing `16` and `20` XCursors #24
- Multi Resolution Windows Cursors
- Multi Resolution Windows Cursors #18
- Attach version meta-data inside cursor packages
- Using [cbmp v1.1.1](https://github.com/ful1e5/cbmp/tree/v1.1.1) for rendering cursor bitmaps.

Expand Down

0 comments on commit ab01c64

Please sign in to comment.