add seweb and sehistory to bin/

This commit is contained in:
2025-04-29 11:56:10 +02:00
parent 74684381a6
commit ce37e3727c

View File

@ -465,7 +465,7 @@ def do_bin():
chdir(home) chdir(home)
if not exists('bin'): if not exists('bin'):
do('mkdir -p bin') do('mkdir -p bin')
pgms = ['frappy', 'sea'] pgms = ['frappy', 'sea', 'seweb', 'sehistory']
if nicosroot: if nicosroot:
executable = f'{nicosenv}/bin/python3' executable = f'{nicosenv}/bin/python3'
else: else: