mirror of
https://github.com/foobnix/LibreraReader.git
synced 2025-10-06 00:02:43 +02:00
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd fonts/ttf
|
|
#zip -FSr ../../../app/src/fdroid/assets/fonts.zip .
|
|
zip -FSr ../fonts.zip .
|
|
|