diff --git a/build.sh b/build.sh index c283958..da51e3c 100644 --- a/build.sh +++ b/build.sh @@ -17,7 +17,7 @@ FileDescription='ntfy desktop client with Electron wrapper' ProductName='ntfy desktop' OriginalFilename='ntfy-desktop.exe' CompanyName='https://github.com/xdpirate/ntfy-electron' -IgnorePattern='(^/!dir_dist!|^/!dir_build!|^/.github*|/test-*|/tests*|^/playwright*|.all-contributorsrc|.editorconfig|.eslintrc|^/.git*|^.git*|.npm*|.prettier*|CONTRIBUTING.md|CODE_OF_CONDUCT.md|README|README.md|readme.md|LICENSE|license|LICENSE.md|CHANGELOG|CHANGELOG.md)"' +IgnorePattern='(^/${dir_dist}|^/${dir_build}|^/.github*|/test-*|/tests*|^/playwright*|.all-contributorsrc|.editorconfig|.eslintrc|^/.git*|^.git*|.npm*|.prettier*|CONTRIBUTING.md|CODE_OF_CONDUCT.md|README|README.md|readme.md|LICENSE|license|LICENSE.md|CHANGELOG|CHANGELOG.md)"' IconWindows='assets/icons/ntfy.ico' IconLinux='assets/icons/ntfy.png' IconMacOS='assets/icons/ntfy.icns'