[tools] docs
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
d9e641157e
commit
6599c1afbe
21 changed files with 370 additions and 100 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
# Optimizes assets of eden (requires OptiPng)
|
||||
|
||||
# Optimizes assets of Eden (requires OptiPng)
|
||||
|
||||
which optipng || exit
|
||||
find . -type f -name *.png -exec optipng -o7 {} \;
|
||||
find . -type f -name "*.png" -exec optipng -o7 {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue