Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ test:
#release: pin
release:
python update-version.py
bash -c 'temp="$(cat snap/snapcraft.yaml | grep -v version | sed "3iversion: \"$(git tag --sort -v:refname | head -1)\"")" ; echo "$temp" > snap/snapcraft.yaml'
hatch version `git tag --sort -v:refname | head -1`
hatch version `git tag --sort -v:refname | head -1`
git add -u
git commit -m "update version"
Expand Down
23 changes: 23 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: fowl
base: core24
version: '24.12.0' #Update this to the version of the relese
summary: Get TCP streams from one computer to another, safely.
description: |
The base protocol below Magic Wormhole provides a powerful account-less, peer-to-peer networking solution
fowl helps you use this power immediately with existing programs

grade: stable
confinement: strict

parts:
fowl:
source: .
plugin: python

apps:
fowl:
command: bin/fowl
plugs: [network, network-bind]
fowld:
command: bin/fowld
plugs: [network, network-bind]