Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d63f5f6

Browse files
committed
fix: align F-Droid recipes with deep-clean build strategy
1 parent 8b59633 commit d63f5f6

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

com.paperknife.app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Builds:
2727
- yes
2828
prebuild:
2929
- cd ../..
30-
- rm -rf public/tesseract/*.wasm
30+
- rm -rf public/tesseract/
31+
- echo "export default function PdfToTextTool() { return null; }" > src/components/tools/PdfToTextTool.tsx
3132
- export VITE_DISABLE_OCR=true
3233
- npm install --build-from-source
3334
- npm run build

fdroid.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Builds:
3030
- yes
3131
prebuild:
3232
- cd ../..
33-
- rm -rf public/tesseract/*.wasm
33+
- rm -rf public/tesseract/
34+
- echo "export default function PdfToTextTool() { return null; }" > src/components/tools/PdfToTextTool.tsx
3435
- export VITE_DISABLE_OCR=true
3536
- npm install --build-from-source
3637
- npm run build

0 commit comments

Comments
 (0)