Skip to content

Commit 5a722a0

Browse files
committed
make scripts executable
1 parent 94e0932 commit 5a722a0

File tree

8 files changed

+10
-11
lines changed

8 files changed

+10
-11
lines changed

.github/workflows/notion-repackaged.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
version: ${{ needs.preload-variables.outputs.notion_repackaged_version_rev }}
52+
tag: v${{ needs.preload-variables.outputs.notion_repackaged_version_rev }}
5253

5354
make-vanilla-sources:
5455
name: Make vanilla sources

notion-repackaged.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
export NOTION_VERSION=2.0.16
7-
export NOTION_REPACKAGED_REVISION=2
7+
export NOTION_REPACKAGED_REVISION=3
88
export NOTION_DOWNLOAD_HASH=9f72284086cda3977f7f569dff3974d5
99
export NOTION_ENHANCER_COMMIT=b248ffa3bac393f267a4600d4e951aba8565f31e
1010

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- mods/focus-mode/app.css 2021-09-07 20:37:12.828940400 +1000
2-
+++ mods/focus-mode/app.css 2021-09-07 20:37:37.171937900 +1000
3-
@@ -5,11 +5,15 @@
1+
--- mods/focus-mode/app.css 2021-09-07 21:25:09.651394800 +1000
2+
+++ mods/focus-mode/app.css 2021-09-07 21:26:22.153089100 +1000
3+
@@ -5,13 +5,15 @@
44
* under the MIT license
55
*/
66

@@ -10,11 +10,11 @@
1010
opacity: 0 !important;
1111
transition: opacity 200ms ease-in-out !important;
1212
}
13-
-.notion-sidebar-container[style*='width: 0px;'] + .notion-frame .notion-topbar:hover {
14-
+.notion-sidebar-container[style*='width: 0px;'] + .notion-frame .notion-topbar:hover,
15-
+.notion-sidebar-container[style*='width: 0px;']
16-
+ + .notion-frame
17-
+ .notion-topbar-action-buttons:hover {
13+
.notion-sidebar-container[style*='width: 0px;']
14+
+ .notion-frame
15+
- .notion-topbar:hover {
16+
+ .notion-topbar:hover,
17+
+.notion-sidebar-container[style*='width: 0px;'] + .notion-frame .notion-topbar-action-buttons:hover {
1818
opacity: 1 !important;
1919
}
2020
/* add space at the bottom of the main frame when sidebar is hidden

scripts/_utils.sh

100644100755
File mode changed.

scripts/build-locally.sh

100644100755
File mode changed.

scripts/download-exe.sh

100644100755
File mode changed.

scripts/enhance-src.sh

100644100755
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ PATCHED_PACKAGE_JSON=$(jq '
2424
echo "${PATCHED_PACKAGE_JSON}" > package.json
2525

2626
log "Applying additional notion patches..."
27-
patch -p0 --binary < "${WORKSPACE_DIR}/patches/notion-check-relativeurl.patch"
28-
patch -p0 --binary < "${WORKSPACE_DIR}/patches/notion-protocol-handle-enhancer.patch"
2927
find "${WORKSPACE_DIR}/patches/notion" -type f -wholename "*.patch" -print0 | while IFS= read -r -d '' file; do
3028
patch -p0 --binary < "$file"
3129
done

scripts/extract-src.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)