Skip to content

Commit

Permalink
Updated LND_MOBILE_DOWNLOAD_PATH in setup-project.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyphillips committed Nov 16, 2020
1 parent 1e14a84 commit a6d50d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-project.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const extract = require('extract-zip');
const BASE_PATH = `${__dirname}/../..`;
const BASE_ANDROID_PATH = `${BASE_PATH}/android`;
const BASE_IOS_PATH = `${BASE_PATH}/ios`;
const LND_MOBILE_DOWNLOAD_PATH = "https://github.com/coreyphillips/photon/releases/download/v0.0.1/";
const LND_MOBILE_DOWNLOAD_PATH = "https://github.com/coreyphillips/react-native-lightning/releases/download/v0.0.1/";

let packageJson = ""
try {packageJson = require(`${BASE_PATH}/package.json`);} catch {return;}
Expand Down

0 comments on commit a6d50d8

Please sign in to comment.