Skip to content

Commit 5111efc

Browse files
BN commit id
1 parent 0ec1a90 commit 5111efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package/gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ const createPackage = async () => {
230230
exec('npm pack', 'Assembled');
231231
};
232232

233-
const COMMIT_ID = '891aa2c0aa5ef543ddc3ad20c95249a10f1f7e0a';
234-
const ZIP_URL = `https://github.com/cedricguillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
233+
const COMMIT_ID = '8dcf62f1290965e99918571e4bb004af85007028';
234+
const ZIP_URL = `https://github.com/BabylonJS/BabylonNative/archive/${COMMIT_ID}.zip`;
235235
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
236236
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);
237237
const UNZIP_FOLDER = path.join(TARGET_DIR, `Repo`);

0 commit comments

Comments
 (0)