diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index 02b04fa..e09cfe3 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -16,7 +16,7 @@ jobs: run: | sudo npm install --unsafe-perm=true --allow-root npm run build - npm run package-linux + sudo npm run package-linux - name: Get app version id: package-version diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index d3d356c..fb546c2 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -21,6 +21,7 @@ jobs: - name: Get app version id: package-version uses: martinbeentjes/npm-get-version-action@master + shell: bash - name: Create release id: create_release diff --git a/docs/index.html b/docs/index.html index 9444d0c..761ac0c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,8 +43,8 @@
Find anything you want with the power of regular expressions. Search in both titles and full contents of articles. Mark articles as starred, - hidden, or unread and filter. Automatically categorize - articles into customized feeds and pages (soon). + hidden, or unread and filter as they arrive with custom rules based + on regular expressions.
diff --git a/package.json b/package.json index 3a2326e..6fa622b 100644 --- a/package.json +++ b/package.json @@ -38,8 +38,8 @@ "backgroundColor": "transparent", "languages": [ "zh-CN", - "en", - "fr", + "en-US", + "fr-FR", "es" ], "showNameOnTiles": true, @@ -59,8 +59,8 @@ "category": "public.app-category.news", "electronLanguages": [ "zh_CN", - "en_US", - "fr_FR", + "en", + "fr", "es" ] },