diff --git a/build.ts b/build.ts index f00b07f8..59dd4c24 100644 --- a/build.ts +++ b/build.ts @@ -43,8 +43,8 @@ await $`cp plugins/openid/manifest.json dist/plugins/openid/manifest.json`; // Copy Sharp to dist await $`mkdir -p dist/node_modules/@img`; -await $`cp -r node_modules/@img/sharp-libvips-linux-* dist/node_modules/@img`; -await $`cp -r node_modules/@img/sharp-linux-* dist/node_modules/@img`; +await $`cp -r node_modules/@img/sharp-libvips-linuxmusl-* dist/node_modules/@img`; +await $`cp -r node_modules/@img/sharp-linuxmusl-* dist/node_modules/@img`; // Copy unzipit and uzip-module to dist await $`cp -r node_modules/unzipit dist/node_modules/unzipit`; diff --git a/bun.lockb b/bun.lockb index 34056ab5..552f570b 100755 Binary files a/bun.lockb and b/bun.lockb differ