File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,13 +40,12 @@ patch -p0 --binary < "${WORKSPACE_DIR}/patches/enhancer-query-selector-fix.patch
4040patch -p0 --binary < " ${WORKSPACE_DIR} /patches/enhancer-urlhelper-fix.patch"
4141patch -p0 --binary < " ${WORKSPACE_DIR} /patches/enhancer-paths.patch"
4242patch -p0 --binary < " ${WORKSPACE_DIR} /patches/enhancer-titlebar-icons-fix.patch"
43- patch -p0 --binary < " ${WORKSPACE_DIR} /patches/enhancer-csp-bypass.patch"
4443popd > /dev/null
4544
4645log " Injecting enhancer loader..."
4746for patchable_file in $( find . -type d \( -path ./${NOTION_EMBEDDED_NAME} -o -path ./node_modules \) -prune -false -o -name ' *.js' ) ; do
4847 patchable_file_dir=$( dirname $patchable_file )
49- rel_loader_path=$( realpath ${NOTION_EMBEDDED_NAME} /pkg/loader.js --relative-to $patchable_file_dir )
48+ rel_loader_path=$( realpath ${NOTION_EMBEDDED_NAME} /pkg/loader.js --relative-to $patchable_file_dir )
5049 [ $patchable_file_dir = ' .' ] && rel_loader_path=" ./" $rel_loader_path
5150 rel_loader_require=" require('${rel_loader_path} ')(__filename, exports);"
5251
You can’t perform that action at this time.
0 commit comments