diff --git a/.drone.yml b/.drone.yml index 92c5e91..32fb3d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - push diff --git a/linux/cwtch.desktop b/linux/cwtch.desktop deleted file mode 100755 index a5fcae1..0000000 --- a/linux/cwtch.desktop +++ /dev/null @@ -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; \ No newline at end of file