Version converter fix

This commit is contained in:
Luxferre
2024-10-12 14:25:01 +03:00
parent b6cf77b296
commit d9ef9e5062
+1 -1
View File
@@ -7,7 +7,7 @@
package require Tk package require Tk
set appversion 0.1 set appversion 0.2
set scriptpath [file normalize [info script]] set scriptpath [file normalize [info script]]
set appdir [file dirname $scriptpath] set appdir [file dirname $scriptpath]
# check if we're running from a starpack # check if we're running from a starpack