Skip to content

auto update func#13

Open
Tacha-S wants to merge 1 commit intoplenprojectcompany:masterfrom
Tacha-S:feature/auto-update
Open

auto update func#13
Tacha-S wants to merge 1 commit intoplenprojectcompany:masterfrom
Tacha-S:feature/auto-update

Conversation

@Tacha-S
Copy link
Member

@Tacha-S Tacha-S commented May 7, 2017

close #10

@Guvalif
Copy link
Member

Guvalif commented May 15, 2017

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?

@Tacha-S
Copy link
Member Author

Tacha-S commented May 16, 2017

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
Copy link
Member Author

Tacha-S commented May 17, 2017

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.

@Guvalif
Copy link
Member

Guvalif commented Jun 20, 2017

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

@Tacha-S
Copy link
Member Author

Tacha-S commented Aug 10, 2017

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
Copy link
Member Author

Tacha-S commented Sep 1, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement auto version up function

2 participants