We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f7faf commit 2a2c08bCopy full SHA for 2a2c08b
1 file changed
Package/gulpfile.js
@@ -230,8 +230,8 @@ const createPackage = async () => {
230
exec('npm pack', 'Assembled');
231
};
232
233
-const COMMIT_ID = 'eb17871b484f7c8ae8958f41166271c1bef174a9';
234
-const ZIP_URL = `https://github.com/cedricguillemet/BabylonNative/archive/${COMMIT_ID}.zip`;
+const COMMIT_ID = '3ccba7a6f741705ce611819aefacbbb8062393e7';
+const ZIP_URL = `https://github.com/BabylonJS/BabylonNative/archive/${COMMIT_ID}.zip`;
235
const TARGET_DIR = path.resolve(__dirname, '../Modules/@babylonjs/react-native/shared/BabylonNative');
236
const ZIP_PATH = path.join(TARGET_DIR, `${COMMIT_ID}.zip`);
237
const UNZIP_FOLDER = path.join(TARGET_DIR, `Repo`);
0 commit comments