diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-22 21:08:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-22 21:08:35 +0200 |
| commit | 6adba8388f74b16f9e2132a96d2e529ab2135049 (patch) | |
| tree | 076b6e29da3b2306dc37b719d9ccc0828cbd4ae7 | |
| parent | d5c0cf570f0307279f75ebcaa0f9f5c1fdb2e1f8 (diff) | |
Fix source packaging.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -855,7 +855,7 @@ class SourceTarget(Target): def cleanup(self): rmtree(self.directory) - def package(self, project, checkout, output_dir, options): + def package(self, project, checkout, output_dir, options, no_notarize): tree = globals.trees.get(project, checkout, self) with TreeDirectory(tree): name = read_wscript_variable(os.getcwd(), 'APPNAME') |
