mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 04:39:34 +00:00
![Unknown W. Brackets](/assets/img/avatar_default.png)
We now read everything directly from assets/, so there's no need for outdated duplicates. Also cleanup some outdated files/instructions.
13 lines
350 B
Bash
13 lines
350 B
Bash
mkdir -p assets
|
|
cp ../assets/7z.png assets/
|
|
cp ../assets/rargray.png assets/
|
|
cp ../assets/unknown.png assets/
|
|
cp ../assets/zip.png assets/
|
|
cp ../assets/*.zim assets/
|
|
cp ../assets/*.meta assets/
|
|
cp ../assets/*.wav assets/
|
|
cp ../assets/*.ini assets/
|
|
cp ../assets/Roboto-Condensed.ttf assets/
|
|
cp -r ../assets/flash0 assets/
|
|
cp -r ../assets/lang assets/
|