mirror of
https://github.com/project-slippi/Ishiiruka.git
synced 2025-10-06 00:12:42 +02:00
fix(build-linux): delete Sys folder before copy
This commit is contained in:
@@ -25,7 +25,8 @@ make -j$(nproc)
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
# Copy the Sys folder in
|
# Copy the Sys folder in
|
||||||
cp -r -n ${DATA_SYS_PATH} ${BINARY_PATH}
|
rm -rf ${BINARY_PATH}/Sys
|
||||||
|
cp -r ${DATA_SYS_PATH} ${BINARY_PATH}
|
||||||
|
|
||||||
touch ./build/Binaries/portable.txt
|
touch ./build/Binaries/portable.txt
|
||||||
|
|
||||||
@@ -36,4 +37,4 @@ if [ "$1" == "playback" ]
|
|||||||
echo "Copying Playback gecko codes"
|
echo "Copying Playback gecko codes"
|
||||||
rm -rf "${BINARY_PATH}/Sys/GameSettings" # Delete netplay codes
|
rm -rf "${BINARY_PATH}/Sys/GameSettings" # Delete netplay codes
|
||||||
cp -r "${PLAYBACK_CODES_PATH}/." "${BINARY_PATH}/Sys/GameSettings/"
|
cp -r "${PLAYBACK_CODES_PATH}/." "${BINARY_PATH}/Sys/GameSettings/"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user