File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ NOTION_ENHANCED_SRC_NAME="enhanced-src"
1616NOTION_EMBEDDED_NAME=" embedded_enhancer"
1717
1818NOTION_REPACKAGED_REVISION=" ${NOTION_REPACKAGED_REVISION:- 1} "
19- NOTION_VERSION_REV=" ${NOTION_VERSION} "
2019NOTION_REPACKAGED_HOMEPAGE=" https://github.com/jamezrin/notion-repackaged"
2120NOTION_REPACKAGED_REPO=${NOTION_REPACKAGED_REPO:- ${NOTION_REPACKAGED_HOMEPAGE} }
2221
Original file line number Diff line number Diff line change @@ -41,14 +41,12 @@ pushd "${NOTION_VANILLA_SRC_NAME}" > /dev/null
4141log " Patching source for fixes..."
4242sed -i ' s|process.platform === "win32"|process.platform !== "darwin"|g' main/main.js
4343PATCHED_PACKAGE_JSON=$( jq \
44- --arg version " ${NOTION_VERSION_REV} " \
4544 --arg homepage " ${NOTION_REPACKAGED_HOMEPAGE} " \
4645 --arg repo " ${NOTION_REPACKAGED_REPO} " \
4746 ' .dependencies.cld="2.7.0" |
4847 .name="notion-app" |
4948 .homepage=$homepage |
50- .repository=$repo |
51- .version=$version' package.json
49+ .repository=$repo' package.json
5250)
5351echo " ${PATCHED_PACKAGE_JSON} " > package.json
5452
You can’t perform that action at this time.
0 commit comments