diff --git a/org.standardnotes.standardnotes.metainfo.xml b/org.standardnotes.standardnotes.metainfo.xml index 6f6bb9a..9514e74 100644 --- a/org.standardnotes.standardnotes.metainfo.xml +++ b/org.standardnotes.standardnotes.metainfo.xml @@ -96,7 +96,7 @@ https://github.com/sponsors/standardnotes https://standardnotes.org/help - + @@ -114,6 +114,7 @@ - + + diff --git a/org.standardnotes.standardnotes.yml b/org.standardnotes.standardnotes.yml index 7b56294..6f9a298 100644 --- a/org.standardnotes.standardnotes.yml +++ b/org.standardnotes.standardnotes.yml @@ -1,10 +1,10 @@ app-id: org.standardnotes.standardnotes branch: stable runtime: org.freedesktop.Platform -runtime-version: "20.08" +runtime-version: '20.08' sdk: org.freedesktop.Sdk base: org.electronjs.Electron2.BaseApp -base-version: "20.08" +base-version: '20.08' sdk-extensions: - org.freedesktop.Sdk.Extension.node14 # Electron doesn't use a traditional locale format so separate-locales is useless. @@ -40,7 +40,7 @@ modules: post-install: - chmod 644 $FLATPAK_DEST/lib/libpython2.7.so.1.0 cleanup: - - "*" + - '*' - name: yarn buildsystem: simple @@ -48,7 +48,7 @@ modules: - cp -a * /app # Only used for building, so clean it up afterwards. cleanup: - - "*" + - '*' sources: - type: archive url: https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz @@ -66,8 +66,8 @@ modules: # Don't add ELECTRON_CACHE XDG_CACHE_HOME: /run/build/standardnotes/flatpak-node/cache npm_config_nodedir: /usr/lib/sdk/node14 - npm_config_offline: "true" - npm_config_no_save: "true" + npm_config_offline: 'true' + npm_config_no_save: 'true' npm_config_cache: /run/build/standardnotes/flatpak-node/npm-cache npm_config_loglevel: verbose # https://stackoverflow.com/questions/25146976/can-i-get-npm-gyp-to-use-ccache @@ -117,7 +117,8 @@ modules: - sed -i 's/"build":\ {/"build":\ {\n"npmRebuild":\ false,/' package.json - yarn --offline bundle - - yarn --offline run electron-builder --linux dir --$npm_config_arch -c.linux.target=dir --publish=never + - yarn --offline run electron-builder --linux dir --$npm_config_arch -c.linux.target=dir + --publish=never # Remove unneeded files - rm dist/linux*-unpacked/chrome-sandbox @@ -132,8 +133,8 @@ modules: sources: - type: git url: https://github.com/standardnotes/desktop.git - tag: v3.6.1 - commit: 397a7656c56a7453ec65d2c4fcde101674fa7874 + tag: v3.6.2 + commit: 8264d154113d721a6c725f7834feef67e2400ba1 x-checker-data: type: anitya project-id: 146681