Skip to content

Commit 2a2c08b

Browse files
repo update
1 parent 48f7faf commit 2a2c08b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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