Skip to content

Commit

Permalink
updating paths to defense models
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyestep committed Feb 6, 2019
1 parent 830f0df commit 52cb0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cb-fortisandbox-connector.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ a = Analysis(['scripts/cb-fortisandbox-connector'],
hiddenimports=['unicodedata'],
datas=[ (HOMEPATH + '/cbapi/response/models/*', 'cbapi/response/models/'),
(HOMEPATH + '/cbapi/protection/models/*', 'cbapi/protection/models/'),
(HOMEPATH + '/cbapi/defense/models/*', 'cbapi/defense/models/') ],
(HOMEPATH + '/cbapi/psc/defense/models/*', 'cbapi/psc/defense/models/') ],
hookspath=None,
runtime_hooks=None)
pyz = PYZ(a.pure)
Expand Down

0 comments on commit 52cb0de

Please sign in to comment.