Merge branch 'main' into braid/emoji-import-github

pull/448/head
Krille-chan 2 years ago committed by GitHub
commit efddb4056f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,8 @@ RUN sudo apt update && sudo apt install curl -y
COPY . /app COPY . /app
WORKDIR /app WORKDIR /app
RUN ./scripts/prepare-web.sh RUN ./scripts/prepare-web.sh
RUN ./scripts/build-web.sh RUN flutter pub get
RUN flutter build web --release --source-maps
FROM docker.io/nginx:alpine FROM docker.io/nginx:alpine
RUN rm -rf /usr/share/nginx/html RUN rm -rf /usr/share/nginx/html

@ -1,7 +1,8 @@
name: fluffychat name: fluffychat
title: FluffyChat title: FluffyChat
base: core22 base: core22
adopt-info: fluffychat version: git
license: AGPL-3.0
summary: The cutest messenger in the Matrix network summary: The cutest messenger in the Matrix network
description: | description: |
FluffyChat is an open source, nonprofit and cute matrix messenger app. The app is easy to use but secure and decentralized. FluffyChat is an open source, nonprofit and cute matrix messenger app. The app is easy to use but secure and decentralized.
@ -38,7 +39,7 @@ description: |
Join the community: https://matrix.to/#/#fluffychat:matrix.org Join the community: https://matrix.to/#/#fluffychat:matrix.org
Website: http://fluffychat.im Website: http://fluffychat.im
Microblog: https://metalhead.club/@krille Microblog: https://mastodon.art/@krille
grade: stable grade: stable
confinement: strict confinement: strict
@ -83,7 +84,6 @@ parts:
plugin: flutter plugin: flutter
source: . source: .
override-build: | override-build: |
craftctl set version=$(git describe --always --tag)
set -eux set -eux
flutter pub get || true flutter pub get || true
flutter build linux --release -v flutter build linux --release -v

Loading…
Cancel
Save