Sujet : Re: bug in sdx kit?
De : gregor.ebbing (at) *nospam* gmx.de (greg)
Groupes : comp.lang.tclDate : 19. Jul 2024, 15:55:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v7duoh$315s4$1@dont-email.me>
References : 1
User-Agent : Mozilla Thunderbird
Am 19.07.24 um 14:49 schrieb saito:
I wanted to use sdx kit on my chrono-timer script (whose source is available on the wiki). However, it kept generating errors indicating problems with rsync not being able to delete some files.
It turns out that you can't have a dot file in a wrapped app. In other words, no ".file" or ".folder" or it will complain and error out.
I can't find more info on sdx.kit so I wonder if this is some sort of a feature or if it is indeed a bug.
Hello,
I made a mini guide
in command prompt:
1 - 2 - 3b
#tclkit2.exe is a copy with a different name
#If there is already an executable file
# 0
tclkit sdx.kit unwrap cromo.exe
# Otherwise
# 1
tclkit sdx.kit qwrap chromo.tcl
# 2
tclkit sdx.kit unwrap chromo.kit
# 3a without rutime
#tclkit sdx.kit wrap chromo.kit
#3b with runtime
tclkit sdx.kit wrap chromo.exe -runtime tclkit2.exe
#end
cromo.exe works for me without error message
or
https://code.google.com/archive/p/tclkit/issues/13just a note about the icon,
but can't help
Gregor