We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3da23e commit 0f39a1bCopy full SHA for 0f39a1b
scripts/get-dependencies.sh
@@ -6,7 +6,7 @@ ARCH=$(uname -m)
6
7
echo "Installing package dependencies..."
8
echo "---------------------------------------------------------------"
9
-pacman -Syu --noconfirm python
+pacman -Syu --noconfirm python nss
10
11
12
echo "Installing debloated packages..."
@@ -24,8 +24,6 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
24
node -v
25
npm -v
26
npm install
27
- # Prune prebuilds from node-pty to avoid including Windows prebuilds in the AppImage
28
- ./scripts/prune-prebuilds.sh || true
29
npm run dist
30
31
mkdir -p ./AppDir/bin
0 commit comments