Skip to content
Draft
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
7 changes: 4 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: warpnet
title: Warpnet
base: core24
version: 0.6.263
version: 0.6.308
epoch: 1
license: AGPL-3.0-or-later
summary: Decentralized, peer-to-peer social network
Expand Down Expand Up @@ -73,13 +73,14 @@ parts:
craftctl default

GO_VERSION=1.26.0
curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz" -o go.tar.gz
ARCH=$(dpkg --print-architecture)
curl -fsSL "https://go.dev/dl/go${GO_VERSION}.linux-${ARCH}.tar.gz" -o go.tar.gz
tar -C /usr/local -xzf go.tar.gz
rm go.tar.gz

/usr/local/go/bin/go install github.com/wailsapp/wails/v2/cmd/wails@v2.10.2

cd cmd/node/member
/root/go/bin/wails build -v 2 -tags webkit2_41
/root/go/bin/wails build -m -v 2 -tags webkit2_41

install -D -m0755 build/bin/warpnet "$SNAPCRAFT_PART_INSTALL/bin/warpnet"
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
0.6.307
0.6.308


Loading