File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ NOTION_EMBEDDED_NAME="embedded_enhancer"
1818NOTION_REPACKAGED_REVISION=" ${NOTION_REPACKAGED_REVISION:- 1} "
1919NOTION_REPACKAGED_HOMEPAGE=" https://github.com/jamezrin/notion-repackaged"
2020NOTION_REPACKAGED_REPO=${NOTION_REPACKAGED_REPO:- ${NOTION_REPACKAGED_HOMEPAGE} }
21+ NOTION_REPACKAGED_AUTHOR=" Notion Repackaged"
2122
2223function log() {
2324 caller=` basename " $0 " `
Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ sed -i 's|process.platform === "win32"|process.platform !== "darwin"|g' main/mai
4343PATCHED_PACKAGE_JSON=$( jq \
4444 --arg homepage " ${NOTION_REPACKAGED_HOMEPAGE} " \
4545 --arg repo " ${NOTION_REPACKAGED_REPO} " \
46+ --arg author " ${NOTION_REPACKAGED_AUTHOR} " \
4647 ' .dependencies.cld="2.7.0" |
4748 .name="notion-app" |
4849 .homepage=$homepage |
49- .repository=$repo' package.json
50+ .repository=$repo |
51+ .author=$author' package.json
5052)
5153echo " ${PATCHED_PACKAGE_JSON} " > package.json
5254
You can’t perform that action at this time.
0 commit comments