commit
884b6418bb
2 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Pesterchum-Alt
|
# Pesterchum Alternate Servers
|
||||||
Normal pesterchum documentation is in "README-pesterchum.mkdn", and the one for Karxi's fork is README-karxi.mkdn.
|
Normal pesterchum documentation is in "README-pesterchum.mkdn", and the one for Karxi's fork is README-karxi.mkdn.
|
||||||
|
|
||||||
|
## Servers
|
||||||
|
Currently promts the user on launch to choose a server. The implementation of this very much done incorrectly, but it seems to function in it's current state.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
Just simply running "python setup.py build" seems to be working for me for building on windows now.
|
Just simply running "python setup.py build" seems to be working for me for building on windows now.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ build_exe_options = {
|
||||||
}
|
}
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "PESTERCHUM-alt",
|
name = "PESTERCHUM-ALT-SERVERS",
|
||||||
version = "3.41",
|
version = "3.41",
|
||||||
description = "P3ST3RCHUM",
|
description = "P3ST3RCHUM",
|
||||||
executables = [Executable("pesterchum.py",
|
executables = [Executable("pesterchum.py",
|
||||||
|
|
Loading…
Reference in a new issue