mirror of https://github.com/PCSX2/pcsx2.git
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 ../../..
|