Skip to content

Commit ef3deb1

Browse files
committed
One last fix before release.
1 parent 488dc98 commit ef3deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_meson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
guisymlink_value = os.path.relpath(gui_script, os.path.dirname(gui_name))
6969
confsymlink_value = os.path.relpath(conf_script, os.path.dirname(conf_name))
7070
introsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
71-
wrapsymlink_value = os.path.relpath(intro_script, os.path.dirname(intro_name))
71+
wrapsymlink_value = os.path.relpath(wraptool_script, os.path.dirname(wraptool_name))
7272

7373
files = glob.glob('*.py')
7474
files += glob.glob('*.ui')

0 commit comments

Comments
 (0)