]> git.r.bdr.sh - rbdr/junction/blobdiff - extension/junction.js
Update build to use content script
[rbdr/junction] / extension / junction.js
index a662f6c8f612150cca9843e57262e613e9ea7075..f3e1fb49c6b493baa66b5a9fe25a1993b1082662 100644 (file)
@@ -58,7 +58,7 @@ const internals = {
     const activeTabs = await internals.getActiveTabs();
 
       const execution = await internals.getRoot().tabs.executeScript(activeTabs[0].id, {
-        file: '/content_script.js'
+        file: '/build/content_script.js'
       });
 
       if (!execution || !execution[0]) {