File tree 2 files changed +4
-1
lines changed
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"
18
18
NOTION_REPACKAGED_REVISION=" ${NOTION_REPACKAGED_REVISION:- 1} "
19
19
NOTION_REPACKAGED_HOMEPAGE=" https://github.com/jamezrin/notion-repackaged"
20
20
NOTION_REPACKAGED_REPO=${NOTION_REPACKAGED_REPO:- ${NOTION_REPACKAGED_HOMEPAGE} }
21
+ NOTION_REPACKAGED_AUTHOR=" Notion Repackaged"
21
22
22
23
function log() {
23
24
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
43
43
PATCHED_PACKAGE_JSON=$( jq \
44
44
--arg homepage " ${NOTION_REPACKAGED_HOMEPAGE} " \
45
45
--arg repo " ${NOTION_REPACKAGED_REPO} " \
46
+ --arg author " ${NOTION_REPACKAGED_AUTHOR} " \
46
47
' .dependencies.cld="2.7.0" |
47
48
.name="notion-app" |
48
49
.homepage=$homepage |
49
- .repository=$repo' package.json
50
+ .repository=$repo |
51
+ .author=$author' package.json
50
52
)
51
53
echo " ${PATCHED_PACKAGE_JSON} " > package.json
52
54
You can’t perform that action at this time.
0 commit comments