From c576ceb19ffef6544fb20e25b0ee468550a7ff4b Mon Sep 17 00:00:00 2001
From: Roshan R Chandar <43182697+Roshan-R@users.noreply.github.com>
Date: Sun, 5 Sep 2021 00:28:14 +0530
Subject: [PATCH 1/2] Create main.yml
---
.github/workflows/main.yml | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
create mode 100644 .github/workflows/main.yml
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.
From c7cbfb7430ae2a6c31e04953f7737d3f771f9ede Mon Sep 17 00:00:00 2001
From: Roshan R Chandar <43182697+Roshan-R@users.noreply.github.com>
Date: Sun, 5 Sep 2021 00:48:48 +0530
Subject: [PATCH 2/2] data : added description tag to appdata.xml.in
---
data/com.github.Roshan_R.PyDrop.appdata.xml.in | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
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
-