Skip to content

Commit

Permalink
Adjusted lib path to use the master branch!
Browse files Browse the repository at this point in the history
  • Loading branch information
beele committed May 12, 2020
1 parent a024755 commit 8961c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ switch (process.arch) {

function fixTensorFlowForArm() {
const content = {
"tf-lib": "https://github.com/beele/homebridge-unifi-protect-camera-motion/blob/feature/tfjs-node-upgrade/resources/tfjs-arm/libtensorflow-cpu-linux-arm-1.15.0.tar.gz?raw=true"
"tf-lib": "https://github.com/beele/homebridge-unifi-protect-camera-motion/blob/master/resources/tfjs-arm/libtensorflow-cpu-linux-arm-1.15.0.tar.gz?raw=true"
};

if (fs.existsSync(process.cwd() + '/node_modules/@tensorflow/tfjs-node/scripts/')) {
Expand Down

0 comments on commit 8961c9a

Please sign in to comment.