mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-01 13:20:28 +00:00
8 lines
154 B
Bash
8 lines
154 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Run before compiling. Compile by loading up pcsx2/Linux/pcsx2.workspace
|
||
|
# with Code::Blocks.
|
||
|
|
||
|
cd pcsx2/gui/Resources
|
||
|
./rebuild.sh
|
||
|
cd ../../..
|