don't remove include_exts/exclude_exts with remote, or no app sources will be used
This commit is contained in:
parent
3b3faa1013
commit
3318ca9f66
1 changed files with 0 additions and 2 deletions
|
@ -847,8 +847,6 @@ class BuildozerRemote(Buildozer):
|
|||
config = SafeConfigParser()
|
||||
config.read('buildozer.spec')
|
||||
config.set('app', 'source.dir', 'app')
|
||||
config.set('app', 'source.include_exts', '')
|
||||
config.set('app', 'source.exclude_ext', '')
|
||||
|
||||
fn = join(self.remote_build_dir, 'buildozer.spec')
|
||||
fd = self._sftp_client.open(fn, 'wb')
|
||||
|
|
Loading…
Add table
Reference in a new issue