mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[PR #694] Add snap packaging option #852
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#852
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BoostIO/BoostNote-App/pull/694
Author: @Komediruzecki
Created: 11/21/2020
Status: 🔄 Open
Base:
master← Head:feature/snap-packaging📝 Commits (1)
943926dAdd snap packaging option📊 Changes
1 file changed (+10 additions, -1 deletions)
View changed files
📝
package.json(+10 -1)📄 Description
Add snap packaging option
Users should add interface plug to be able to access removable media ("/mnt", "/media" mount points) via snap CLI:
snap connect <snap-name>:<available-plug-name>For boostnote-next and this additional interface:
snap connect boostnote-next:removable-mediaSnap Name should be registered in Snapcraft
For publishing new versions follow:
https://snapcraft.io/docs/releasing-your-app
snapcraft loginsnapcraft upload --release=stable boostnote-next.snapFor developers, you can install it for testing via:
sudo snap install boostnote-next --dangerous --devmode// for devmode (unconfined environment/isolation)sudo snap install boostnote-next --dangerous// for strict i.e. set in package.json confinment (for testing as users sees the app)Later use the same snap connect commands to add removable-media interface plug or others (if available)
To run successfully installed snap:
where <snap-name>// where boostnote-nextRun with:
/snap/bin/<snap-name>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.