Skip to content

Commit

Permalink
Add *.res to RegExArtifacts
Browse files Browse the repository at this point in the history
This adjuste causes de res folder added in SerachPath
  • Loading branch information
andriwsluna authored May 2, 2024
1 parent 01abc4f commit dd27b0c
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 dd27b0c

Please sign in to comment.