Skip to content

Commit

Permalink
Make the bundled seticon binary a Universal binary
Browse files Browse the repository at this point in the history
Closes #87
  • Loading branch information
sindresorhus committed Nov 11, 2023
1 parent 0e4368d commit 2b37ae1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"bin": {
"create-dmg": "./cli.js"
},
"sideEffects": false,
"engines": {
"node": ">=14.16"
},
Expand Down
Binary file modified seticon
Binary file not shown.

0 comments on commit 2b37ae1

Please sign in to comment.