PasteStore is a tool to persist, search, and retrieve snippets. PasteStore is not a clipboard manager. PasteStore is intended for more important and generally long-lived snippets.
The binary is not signed because that costs $99/yr. Running xattr -cr /Applications/PasteStore.app may be required for the app to run. You may see an error that the app is "damaged and can't be opened" if you need to do this.
- Get all changes into
main - Make sure to change the version number in
tauri.conf.jsonandmain.rs - Run
bun run tauri:releasewith a.envfile that hasTAURI_PRIVATE_KEY - Make sure to enter the password when prompted or the signature will not be updated
- Create a new GitHub release with the new
dmgfile andPasteStore.app.tar.gz - Update
release.jsonwith the new version, change message, timestamp, release URL, and signature fromPasteStore.app.tar.gz.sig - Push the new
release.jsontomain - Done!