Allow tcl demo to load zint from parent or neighbour foulder by default

This commit is contained in:
Harald Oehlmann 2025-02-04 16:58:09 +01:00
parent e38185121e
commit 336ab8dc9d

View file

@ -1,4 +1,5 @@
package require Tk
lappend auto_path [file normalize [file dirname [info script]]/..]
package require zint
wm title . "ZINT Demo"
wm minsize . 480 320