Skip to content

Commit 666ede0

Browse files
authored
Merge pull request #40 from VariableThe/feature/tauri-migration
chore: documentation and CI/CD fixes
2 parents f72b83a + f8f51fa commit 666ede0

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ jobs:
9191
cd homebrew-tap
9292
sed -i '' "s/version \".*\"/version \"$VERSION\"/" Casks/papercache.rb
9393
sed -i '' "s/sha256 arm: * \".*\"/sha256 arm: \"$SHA256\"/" Casks/papercache.rb
94-
sed -i '' "s/PaperCache-[0-9]*\.[0-9]*\.[0-9]*-/PaperCache-#{version}-/g" Casks/papercache.rb
95-
sed -i '' "s/\.zip/\.dmg/g" Casks/papercache.rb
9694
9795
# Commit and Push
9896
git config user.name "github-actions[bot]"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ Built with Tauri, Rust, React, TypeScript, and Vite.
8888
| `Cmd+H` | Highlight selected text |
8989
| `Cmd+E` | Export note |
9090
| `Cmd+Click` | Follow internal link |
91-
| `Cmd + / -` | Zoom in / out |
92-
| `Cmd + 0` | Reset zoom |
91+
9392
| `Esc` | Close menus or modals |
9493

9594
---

0 commit comments

Comments
 (0)