diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..d26a8dc --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,38 @@ +# This is a basic workflow to help you get started with Actions + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + push: + branches: [ main ] + pull_request: + branches: [ main ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + + - name: Flatpak Builder + uses: bilelmoussaoui/flatpak-github-actions@v2 + with: + bundle: PyDrop.flatpak + manifest-path: com.github.Roshan_R.PyDrop.json + + # Runs a set of commands using the runners shell + - name: Run a multi-line script + run: | + echo Add other actions to build, + echo test, and deploy your project. diff --git a/data/com.github.Roshan_R.PyDrop.appdata.xml.in b/data/com.github.Roshan_R.PyDrop.appdata.xml.in index 5f58697..64cfa03 100644 --- a/data/com.github.Roshan_R.PyDrop.appdata.xml.in +++ b/data/com.github.Roshan_R.PyDrop.appdata.xml.in @@ -4,15 +4,12 @@ CC0-1.0 GPL-3.0-or-later PyDrop - A free and opensource Dropover alternative - - + A free and opensource alternative to Dropover + PyDrop is a free and opensource alternative to Dropover. + Use PyDrop to move data between applications fast and intuitively https://github.com/Roshan-R/PyDrop https://github.com/Roshan-R/PyDrop/issues - Roshan R Chandar - com.github.Roshan_R.PyDrop.desktop -