|
|
|
|
|
by eatonphil
1255 days ago
|
|
What's the mechanism for self-updating in place? Something more intelligent than just downloading and copying the file over itself? A running program itself is a copy of the file on disk, I think. So that sounds fine. But this still depends on getting permissions right though I think. Also, does a binary always know where it lives (across Win/Mac/Linux)? |
|
With scripting-language CLIs, you either have to deal with the module install process or use an external packaging solution.