pcsx2/rebuild.sh

8 lines
154 B
Bash
Executable File

#!/bin/sh
# Run before compiling. Compile by loading up pcsx2/Linux/pcsx2.workspace
# with Code::Blocks.
cd pcsx2/gui/Resources
./rebuild.sh
cd ../../..