some setting adjustments
This commit is contained in:
parent
2ff8a341b8
commit
3fd4a4d125
|
@ -16,7 +16,7 @@ build_script:
|
|||
- cmd: "%PYTHON% setup.py build_exe"
|
||||
artifacts:
|
||||
- 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:
|
||||
description: 'Appveyor automated build'
|
||||
provider: GitHub
|
||||
|
|
|
@ -13,7 +13,7 @@ server_options:
|
|||
disable_save: null
|
||||
loglevel: null
|
||||
#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
|
||||
disable_item_cheat: null
|
||||
#Client hint system
|
||||
|
|
Loading…
Reference in New Issue