diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..2e46b64 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,13 @@ +version: 2 +jobs: + build: + machine: # for docker --privileged + image: circleci/classic:latest + working_directory: ~/workdir + steps: + - checkout + - run: + name: Install deps & check project + command: wget https://raw.githubusercontent.com/tiliado/nuvolasdk/master/scripts/circleci.sh && chmod a+x circleci.sh && ./circleci.sh + - store_artifacts: + path: ~/workdir/keep diff --git a/.gitignore b/.gitignore index cb26886..3169c3f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,9 @@ google_keep.tar.gz icons metadata.json nuvola-app-google-keep +/screenshots/ +eu.tiliado.NuvolaAppGoogleKeep.service +eu.tiliado.WebRuntimeAppGoogleKeep.appdata.xml +eu.tiliado.WebRuntimeAppGoogleKeep.desktop +eu.tiliado.WebRuntimeAppGoogleKeep.service +nuvola-app-google-keep.metainfo.xml diff --git a/README.md b/README.md index d7c0d1a..fa91e24 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Google Keep Web App Script +Google Keep • Nuvola Apps Runtime [![CircleCI](https://circleci.com/gh/tiliado/nuvola-app-google-keep/tree/master.svg?style=svg)](https://circleci.com/gh/tiliado/nuvola-app-google-keep/tree/master) ============================== Integration of Google Keep web app into your linux desktop via diff --git a/metadata.in.json b/metadata.in.json index 8b5aa0d..98207f1 100644 --- a/metadata.in.json +++ b/metadata.in.json @@ -1,20 +1,20 @@ { - "id": "google_keep", - "name": "Google Keep", - "maintainer_name": "Matthew Gabeler-Lee", - "maintainer_link": "https://github.com/fastcat", - "version_major": 1, - "version_minor": 1, - "api_major": 3, - "api_minor": 0, - "categories": "Office;", - "home_url": "https://keep.google.com/", - "license": "BSD-2-Clause", - "build": { - "icons": [ - "src/icon.svg SCALABLE 64 128 256", - "src/icon-xs.svg 16 22 24", - "src/icon-sm.svg 32 48" - ] - } -} \ No newline at end of file + "id": "google_keep", + "name": "Google Keep", + "maintainer_name": "Matthew Gabeler-Lee", + "maintainer_link": "https://github.com/fastcat", + "version_major": 1, + "version_minor": 1, + "api_major": 4, + "api_minor": 12, + "categories": "Office;", + "home_url": "https://keep.google.com/", + "license": "BSD-2-Clause", + "build": { + "icons": [ + "src/icon.svg SCALABLE 64 128 256", + "src/icon-xs.svg 16 22 24", + "src/icon-sm.svg 32 48" + ] + } +}