build: ignore generated Windows resources

This commit is contained in:
mirivlad 2026-07-14 02:14:10 +08:00
parent 030f66d806
commit eb5d6b1f06
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
frontend/node_modules/
frontend/dist/
build/
verstak-desktop-res.syso
smoke-platform
plugins/
vendor/

View File

@ -36,6 +36,7 @@ grep -Fq 'WebView2 Runtime' "$ROOT/README.md"
grep -Fq 'package-deb.sh' "$ROOT/scripts/release.sh"
grep -Fq 'package-appimage.sh' "$ROOT/scripts/release.sh"
grep -Fq 'package-windows-portable.sh' "$ROOT/scripts/release.sh"
git -C "$ROOT" check-ignore -q verstak-desktop-res.syso
grep -Fq 'chmod -R a+rX' "$ROOT/scripts/build-linux-bundle.sh"
echo "desktop package script contracts passed"