plen-ControlServer icon indicating copy to clipboard operation
plen-ControlServer copied to clipboard

auto update func

Open Tacha-S opened this issue 8 years ago • 6 comments

close #10

Tacha-S avatar May 07 '17 14:05 Tacha-S

I think this fix only work on the OS X or Linux environment.

More better way to update itself is the process shown as below coding with Python functions: https://mo.kerosoft.com/095

What do you think?

Guvalif avatar May 15 '17 03:05 Guvalif

Certainly shell scrypts are not suitable for cross platform. We should use python standard library like os.path.

I'll fix it as soon as possible.

Tacha-S avatar May 16 '17 09:05 Tacha-S

I checked on OSX by pretending version. But I failed to run, because latest version application for OSX was broken. If possible, someone try on Windows please.

Tacha-S avatar May 17 '17 05:05 Tacha-S

Sorry for delay in this reply.

I have thought PID delegation needs to finish updating itself, because HTTP server instances should not have same IP address each other. For instance: https://mo.kerosoft.com/095

Guvalif avatar Jun 20 '17 07:06 Guvalif

I think that this app startup two process (and not parent-child). So, http server should startup as a child process to kill http server process.

Tacha-S avatar Aug 10 '17 06:08 Tacha-S

HTTP server application(Main.app) is wrapped by applescript(Controlserver.app). And compiled applescript can't receive argument other program. So, PID doesn't reach newer version app. I think that this app abolish applescript and make it Python(Main.app) only.

Tacha-S avatar Sep 01 '17 08:09 Tacha-S