Created
February 22, 2023 10:56
-
-
Save sundowndev/d9ec6d07a6a4f43e3f763b9919fb56b6 to your computer and use it in GitHub Desktop.
Revisions
-
sundowndev created this gist
Feb 22, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ #!/bin/sh # First, follow install instructions at https://github.com/meganz/web-extension git pull git submodule update --remote --merge # Temporary fixes related to https://github.com/meganz/web-extension/issues/11 cp webclient/lang/en_prod.json webclient/lang/en.json cat webclient/index.html | sed -r 's/\"\/secureboot.js/\"\/webclient\/secureboot.js/' | tee webclient/index.html echo "Done.\nYou may go to about:debugging#/runtime/this-firefox or chrome://extensions/ to reload the extention."