Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
fix(hooks): Invalid hook path (using old plugin name)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirost authored and Juan Miguel Besada Vidal committed Mar 7, 2018
1 parent 683b611 commit 1bb2aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/lib/android/webSiteHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var path = require('path');
var mkpath = require('mkpath');
var ConfigXmlHelper = require('../configXmlHelper.js');
var WEB_HOOK_FILE_PATH = path.join('ul_web_hooks', 'android', 'android_web_hook.html');
var WEB_HOOK_TPL_FILE_PATH = path.join('plugins', 'cordova-universal-links-plugin', 'ul_web_hooks', 'android_web_hook_tpl.html');
var WEB_HOOK_TPL_FILE_PATH = path.join('plugins', 'cordova-plugin-deeplinks', 'ul_web_hooks', 'android_web_hook_tpl.html');
var LINK_PLACEHOLDER = '[__LINKS__]';
var LINK_TEMPLATE = '<link rel="alternate" href="android-app://<package_name>/<scheme>/<host><path>" />';

Expand Down

0 comments on commit 1bb2aa4

Please sign in to comment.