Updating some references from "SandboxOS" to "Tilde Friends."

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3158 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-03-12 18:55:55 +00:00
parent 7c6a377c0b
commit caa7e26e5e
4 changed files with 9 additions and 8 deletions

View File

@ -72,7 +72,7 @@ if sys.platform == 'darwin':
env.Append(FRAMEWORKS=['CoreFoundation', 'Security'])
elif sys.platform == 'win32':
env.Append(LIBS=['Crypt32'])
env.Program('sandboxos', source)
env.Program('tildefriends', source)
def listAllFiles(root):
for root, dirs, files in os.walk(root):
@ -88,7 +88,7 @@ if env['package'] and sys.platform == 'win32':
'COPYING',
'LICENSE',
'SConstruct',
'sandboxos.exe',
'tildefriends.exe',
]
files += listAllFiles('src')
files += listAllFiles('packages')