mirror of
https://git.collinwebdesigns.de/vgpu/gridd-unlock-patcher.git
synced 2025-12-22 05:20:00 +00:00
added untested windows support
This commit is contained in:
@@ -4,8 +4,6 @@ if [ "$1" == "clean" ] || [ "$1" == "rebuild" ]; then
|
||||
rm -rf build gridd-unlock-patcher
|
||||
fi
|
||||
|
||||
if [ "$1" == "rebuild" ] || [ "$1" != "clean" ]; then
|
||||
mkdir -p build; cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release .. && make -j$(nproc) && mv gridd-unlock-patcher ..
|
||||
cd ..
|
||||
if [ -z "$1" ] || [ "$1" == "rebuild" ] || [ "$1" == "build" ]; then
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -B build && make -j$(nproc) -C build && mv build/gridd-unlock-patcher .
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user