mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 23:08:21 +00:00
fix windows build's packaging of web templates
the recent changes to webish's template lookup (to use nevow.util hence pkg_resources) to support the mac build, needs these changes to the windows build in match the new lookup path
This commit is contained in:
@ -58,7 +58,7 @@ setup_args = {
|
||||
'data_files': [
|
||||
('.', [
|
||||
],),
|
||||
('web', glob.glob('../src/allmydata/web/*')),
|
||||
('pkg_resources/allmydata/web', glob.glob('../src/allmydata/web/*')),
|
||||
('winfuse', glob.glob('./winfuse/*')),
|
||||
],
|
||||
'zipfile' : 'library.zip',
|
||||
|
Reference in New Issue
Block a user