X-Git-Url: https://adrianiainlam.tk/git/?p=mouse-tracker-for-cubism.git;a=blobdiff_plain;f=example%2Fgenerate_patch.sh;h=40b438004b9c144285610f9c2790ea556e437057;hp=1c822b6576e40462d1b6176f9c7bbf8b2afd99b9;hb=9eb8117fc5c17674c7d49cd93ef96092762d143c;hpb=5c2628e8fad3e9b283cbd8cd971289b2bd8234b7 diff --git a/example/generate_patch.sh b/example/generate_patch.sh index 1c822b6..40b4380 100755 --- a/example/generate_patch.sh +++ b/example/generate_patch.sh @@ -1,5 +1,5 @@ #!/bin/sh mkdir -p demo_clean -cp -p -r CubismSdkForNative-4-r.5.1/Samples/OpenGL/Demo/proj.linux.cmake/* ./demo_clean/ +cp -p -r CubismSdkForNative-4-r.6.2/Samples/OpenGL/Demo/proj.linux.cmake/* ./demo_clean/ diff -pruN --exclude build ./demo_clean ./demo_dev > ./demo.patch