drone linux: include new desktop files and install scripts
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-06-17 12:27:24 -07:00
parent 4b6f022a92
commit a10da52767
2 changed files with 3 additions and 11 deletions

View File

@ -56,7 +56,8 @@ steps:
- flutter build linux --dart-define BUILD_VER=`cat VERSION` --dart-define BUILD_DATE=`cat BUILDDATE`
- mkdir deploy/linux
- cp -r build/linux/x64/release/bundle/* deploy/linux
- cp linux/cwtch.desktop deploy/linux
- cp linux/cwtch.*.desktop deploy/linux
- cp linux/install-*.sh deploy/linux
- cp linux/cwtch.png deploy/linux
- cp linux/libCwtch.so deploy/linux/lib/
# should not be needed, should be in data/flutter_assets and work from there
@ -261,4 +262,4 @@ trigger:
repo: flutter/flutter_app
branch: trunk
event:
- push
- push

View File

@ -1,9 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=cwtch
Comment=Metadata Resistant Chat
Exec=env LD_LIBRARY_PATH=./lib/ ./cwtch
Icon=cwtch
Terminal=false
Categories=Internet;Chat;