Skip to content

Commit

Permalink
Fixed to include the signals dll in the non unity zip
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Jul 18, 2018
1 parent effc765 commit 8b53729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/python/mtm/zen/CreateRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def _createNonUnityZip(self, zipPath):

self._log.info('Copying Zenject dlls')
self._sys.copyFile('{0}/Zenject.dll'.format(binDir), '{0}/Zenject.dll'.format(tempDir))
self._sys.copyFile('{0}/Zenject-Signals.dll'.format(binDir), '{0}/Zenject-Signals.dll'.format(tempDir))
self._sys.copyFile('[ZenjectDir]/Source/Usage/Zenject-usage.dll', '{0}/Zenject-usage.dll'.format(tempDir))

self._zipHelper.createZipFile(tempDir, zipPath)
Expand Down

0 comments on commit 8b53729

Please sign in to comment.