mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-18 23:10:39 +01:00
chore: Update linux version
This commit is contained in:
parent
baff00ed29
commit
ef9369c9d2
@ -1,7 +1,7 @@
|
|||||||
name: fluffychat
|
name: fluffychat
|
||||||
description: Chat with your friends.
|
description: Chat with your friends.
|
||||||
publish_to: none
|
publish_to: none
|
||||||
version: 0.24.1+0
|
version: 0.24.2+0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh -ve
|
#!/bin/sh -ve
|
||||||
flutter channel dev
|
flutter channel master
|
||||||
flutter upgrade
|
flutter upgrade
|
||||||
flutter config --enable-linux-desktop
|
flutter config --enable-linux-desktop
|
||||||
echo "dependency_overrides:\n intl: 0.17.0-nullsafety.2" >> pubspec.yaml
|
echo "dependency_overrides:\n intl: 0.17.0-nullsafety.2" >> pubspec.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user