mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-11 21:01:44 +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:
parent
214411a10f
commit
869cf44f68
@ -23,7 +23,7 @@ OutputBaseFilename=Allmydata_Tahoe_Setup_v%(major)d_%(minor)d_%(point)d_%(nano)d
|
||||
[Files]
|
||||
; contents of 'binaries' dir. (consolidated build target)
|
||||
Source: "*.*"; DestDir: "{app}\Install"; Flags: restartreplace replacesameversion uninsrestartdelete
|
||||
Source: ".\web\*.*"; DestDir: "{app}\Install\web"; Flags: recursesubdirs
|
||||
Source: ".\pkg_resources\*.*"; DestDir: "{app}\Install\pkg_resources"; Flags: recursesubdirs
|
||||
Source: ".\winfuse\*.*"; DestDir: "{app}\Install\winfuse"; Flags: recursesubdirs
|
||||
|
||||
[Dirs]
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user