Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: npm ci --legacy-peer-deps

- name: Build
env:
# The asset-heavy Astro build OOMs on the default ~2 GB Node heap.
NODE_OPTIONS: --max-old-space-size=8192
run: npm run build

- name: Deploy to Cloudflare Pages
Expand Down
1 change: 0 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"active": true,
"targets": "all",
"resources": [],
"externalBin": ["bin/ffmpeg"],
"category": "Utility",
"shortDescription": "Privacy-first client-side tools",
"longDescription": "GoodWebTools Desktop brings browser-based tools to your desktop with system-wide capture, global hotkeys, and native file access."
Expand Down
Loading