One last fix before release.

This commit is contained in:
Jussi Pakkanen 2015-07-12 21:19:21 +03:00
parent 488dc98f0d
commit ef3deb14c2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ symlink_value = os.path.relpath(bin_script, os.path.dirname(bin_name))
guisymlink_value = os.path.relpath(gui_script, os.path.dirname(gui_name))
confsymlink_value = os.path.relpath(conf_script, os.path.dirname(conf_name))
introsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
wrapsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
wrapsymlink_value = os.path.relpath(wraptool_script, os.path.dirname(wraptool_name))
files = glob.glob('*.py')
files += glob.glob('*.ui')