Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 8a996c2

Browse files
committed
fix the name
1 parent 07d83e2 commit 8a996c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharedCode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ task packForXCode(type: Sync) {
4444
into frameworkDir
4545

4646
doLast {
47-
new File(frameworkDir, 'build.sh').with {
47+
new File(frameworkDir, 'gradlew').with {
4848
text = "#!/bin/bash\nexport 'JAVA_HOME=${System.getProperty("java.home")}'\ncd '${rootProject.rootDir}'\n./gradlew \$@\n"
4949
setExecutable(true)
5050
}

0 commit comments

Comments
 (0)