From 5562f3ef44c9b81de33680d7e79cf10ce46fef57 Mon Sep 17 00:00:00 2001 From: proletarius101 Date: Wed, 25 Jan 2023 18:52:37 +0800 Subject: [PATCH] add more comments --- com.bitwarden.desktop.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/com.bitwarden.desktop.yaml b/com.bitwarden.desktop.yaml index 9ecb4aa..4d8359a 100644 --- a/com.bitwarden.desktop.yaml +++ b/com.bitwarden.desktop.yaml @@ -6,7 +6,7 @@ base: org.electronjs.Electron2.BaseApp base-version: '22.08' command: bitwarden sdk-extensions: - # https://github.com/bitwarden/clients/blob/e2c25c6aad47d1e086ee8bb749e413cd93f89ca8/.nvmrc + # Node.js version: https://github.com/bitwarden/clients/blob/e2c25c6aad47d1e086ee8bb749e413cd93f89ca8/.nvmrc - org.freedesktop.Sdk.Extension.node16 - org.freedesktop.Sdk.Extension.rust-stable finish-args: @@ -184,6 +184,8 @@ modules: # `node` binary with patches for `pkg`: https://www.npmjs.com/package/pkg#build - type: file only-arches: ["x86_64"] + # Versions are from https://github.com/bitwarden/clients/blob/d40a891f719371c20a46a00e4ac04bf24801e56d/.github/workflows/build-cli.yml#L75-L76 + # Have to be updated manually since there are 2 versions in the URL url: https://github.com/vercel/pkg-fetch/releases/download/v3.4/node-v16.16.0-linux-x64 sha256: f1a561aadf78e438e73b043a3c5d7b9fe075d7abcaaec6f29d9e2a0ba00d3a69 dest: pkg-cache