Skip to content

Commit

Permalink
Merge pull request #21 from herrkris/master
Browse files Browse the repository at this point in the history
Update libheif to v1.18.0
  • Loading branch information
catdad authored Jul 22, 2024
2 parents dc3ca88 + 8fb67a6 commit 4e78a8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
target: [js, wasm]
env:
EMSCRIPTEN_VERSION: 3.1.47
EMSCRIPTEN_VERSION: 3.1.61
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions dist-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ ls -la libheif

function copyJs() {
cp libheif/libheif.js dist/libheif.js
cp libheif/libheif.d.ts dist/libheif.d.ts
cp libheif/COPYING dist/LICENSE

assertFile dist/libheif.js
assertFile dist/libheif.d.ts
assertFile dist/LICENSE

chown $(whoami) dist/libheif.js dist/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion libheif
Submodule libheif updated 272 files

0 comments on commit 4e78a8c

Please sign in to comment.