some setting adjustments
This commit is contained in:
parent
2ff8a341b8
commit
3fd4a4d125
|
@ -16,7 +16,7 @@ build_script:
|
||||||
- cmd: "%PYTHON% setup.py build_exe"
|
- cmd: "%PYTHON% setup.py build_exe"
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: "build\\exe.win-amd64-%PYTHON_VERSION%\\"
|
- path: "build\\exe.win-amd64-%PYTHON_VERSION%\\"
|
||||||
name: "Berserker_Multiworld_%APPVEYOR_REPO_BRANCH%_%APPVEYOR_REPO_TAG%_Python%PYTHON_VERSION%-x64"
|
name: "Berserker_Multiworld_%APPVEYOR_REPO_BRANCH%_Python%PYTHON_VERSION%-x64"
|
||||||
deploy:
|
deploy:
|
||||||
description: 'Appveyor automated build'
|
description: 'Appveyor automated build'
|
||||||
provider: GitHub
|
provider: GitHub
|
||||||
|
|
|
@ -13,7 +13,7 @@ server_options:
|
||||||
disable_save: null
|
disable_save: null
|
||||||
loglevel: null
|
loglevel: null
|
||||||
#disallow automatically forwarding the port that is used, then closing that port on shutdown
|
#disallow automatically forwarding the port that is used, then closing that port on shutdown
|
||||||
disable_port_forward: true
|
disable_port_forward: null
|
||||||
#Disallow !getitem. Old /getitem cannot be blocked this way
|
#Disallow !getitem. Old /getitem cannot be blocked this way
|
||||||
disable_item_cheat: null
|
disable_item_cheat: null
|
||||||
#Client hint system
|
#Client hint system
|
||||||
|
|
Loading…
Reference in New Issue