chore: improve github action (#105)
* fix build step * fix ci * fix build * fix ci on linux * . * fix flatpak * . * . * . * fix snap * . * . * . * . * fix * . * . * fix path * . * . * fix upload artifacts * fix build on arm * fix snap arm * . * .
This commit is contained in:
BIN
crates/coop/resources/icon@2x.png
Normal file
BIN
crates/coop/resources/icon@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
@@ -2,7 +2,7 @@ name: coop
|
||||
title: Coop
|
||||
base: core24
|
||||
version: "$RELEASE_VERSION"
|
||||
summary: The editor for what's next
|
||||
summary: Chat Freely, Stay Private on Nostr
|
||||
description: |
|
||||
Chat Freely, Stay Private on Nostr.
|
||||
grade: stable
|
||||
@@ -16,7 +16,7 @@ contact: https://reya.su
|
||||
parts:
|
||||
coop:
|
||||
plugin: dump
|
||||
source: "https://github.com/lumehq/coop/releases/download/v$RELEASE_VERSION/coop-linux-x86_64.tar.gz"
|
||||
source: target/release/coop-linux-$ARCH_SUFFIX.tar.gz
|
||||
|
||||
organize:
|
||||
# These renames seem to not be necessary, but it's tidier.
|
||||
|
||||
Reference in New Issue
Block a user