Skip to content

Commit

Permalink
Merge pull request #163 from andriwsluna/master
Browse files Browse the repository at this point in the history
Add *.res to RegExArtifacts
  • Loading branch information
viniciussanchez authored May 6, 2024
2 parents 01abc4f + dd27b0c commit 8baf6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const BossInternalDirOld = "{internal}"

const BplIdentifierName = "BplIdentifier.exe"

const RegexArtifacts = "(.*.inc$|.*.pas$|.*.dfm$|.*.fmx$|.*.dcu$|.*.bpl$|.*.dcp$)"
const RegexArtifacts = "(.*.inc$|.*.pas$|.*.dfm$|.*.fmx$|.*.dcu$|.*.bpl$|.*.dcp$|.*.res$)"

const RegistryBasePath = `Software\Embarcadero\BDS\`

Expand Down

0 comments on commit 8baf6c1

Please sign in to comment.