Skip to content

Commit

Permalink
Fix issue #1758
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 29, 2024
1 parent 58f83bc commit f23f13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def append(self, resources):
for res in self._build_resource(resources):
if res.pkgname not in resnames:
self.ctx.obfuscated_modules.add(res.pkgname)
self.ctx.extra_resources.append(res)
self.ctx.resources.append(res)

def process(self):
logger.info('search inputs ...')
Expand Down

0 comments on commit f23f13d

Please sign in to comment.