Remove license property from snapcraft configuration again
This commit is contained in:
parent
0c3ac720a5
commit
c6752231be
2 changed files with 5 additions and 2 deletions
|
@ -456,7 +456,7 @@ At this time, no configuration or _dotfile_ file support is available.
|
|||
This will be something added in a later release.
|
||||
|
||||
### Binary for each subcommand: `ffput`, `ffget`
|
||||
`ffsend` supports having a separate binaries for a single subcommands, such as
|
||||
`ffsend` supports having a separate binaries for single subcommands, such as
|
||||
having `ffput` and `ffget` just for to upload and download using `ffsend`.
|
||||
This allows simple and direct commands like:
|
||||
```bash
|
||||
|
@ -488,6 +488,9 @@ This is usually enabled by default.
|
|||
To verify support is available with an existing installation, make sure the
|
||||
feature is listed when invoking `ffsend debug`.
|
||||
|
||||
Note that the `snap` package does currently not support this due to how this
|
||||
package format works.
|
||||
|
||||
## Security
|
||||
In short; the `ffsend` tool and the [Send][send] service can be considered
|
||||
secure, and may be used to share sensitive files. Note though that the
|
||||
|
|
|
@ -13,7 +13,7 @@ description: |
|
|||
An optional password may be specified, and a default file lifetime of 1
|
||||
(up to 20) download or 24 hours is enforced to ensure your stuff does not
|
||||
remain online forever. This provides a secure platform to share your files.
|
||||
license: GPL-3.0
|
||||
# license: GPL-3.0
|
||||
|
||||
architectures:
|
||||
- amd64
|
||||
|
|
Loading…
Add table
Reference in a new issue