Skip to content

Commit df814ec

Browse files
anonymous namespace
1 parent f7dd4e3 commit df814ec

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 = '8dcf62f1290965e99918571e4bb004af85007028';
234-
const ZIP_URL = `https://github.com/BabylonJS/BabylonNative/archive/${COMMIT_ID}.zip`;
233+
const COMMIT_ID = 'c215f451d5c926d0d9c8160942faf607403a82a4';
234+
const ZIP_URL = `https://github.com/cedricguillemet/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)