diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 8003e1c..858b909 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -29,7 +29,8 @@ "Bash(cd:*)", "Bash(ls:*)", "Bash(xargs:*)", - "Bash(node -p:*)" + "Bash(node -p:*)", + "Bash(npm ls:*)" ] } } diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 3714c29..03b774a 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -56,7 +56,9 @@ jobs: npm-electron- - name: Install dependencies - run: npm install + run: | + npm install + chmod +x node_modules/app-builder-bin/linux/x64/app-builder - name: Read version from package.json id: version