Skip to content

Commit

Permalink
chore: update npwd and qbx_management
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm authored and ChatDisabled committed Jan 16, 2024
1 parent 3da796c commit b348cd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tasks:
- action: download_github
dest: ./resources/[qbx]/qbx_management
ref: main
src: https://github.com/qbox-project/qbx_management
src: https://github.com/qbox-project/qbx_management/releases/latest/download/qbx_management.zip

- action: download_github
dest: ./resources/[qbx]/qbx_garages
Expand Down
4 changes: 2 additions & 2 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ tasks:
- action: download_github
dest: ./resources/[qbx]/qbx_management
ref: main
src: https://github.com/qbox-project/qbx_management
src: src: https://github.com/qbox-project/qbx_management/releases/latest/download/qbx_management.zip

- action: download_github
dest: ./resources/[qbx]/qbx_weed
Expand Down Expand Up @@ -433,7 +433,7 @@ tasks:
# NPWD
- action: download_file
path: ./tmp/npwd.zip
url: https://github.com/project-error/npwd/releases/download/3.0.0/npwd.zip
url: https://github.com/project-error/npwd/releases/download/3.8.1/npwd.zip
- action: unzip
dest: ./resources/[npwd]/
src: ./tmp/npwd.zip
Expand Down
3 changes: 2 additions & 1 deletion server.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ setr illenium-appearance:locale "en"
# Ox resource settings
exec ox.cfg

#NPWD image/audio upload tokens
#NPWD config
set npwd:framework "qbx"
set SCREENSHOT_BASIC_TOKEN insert_token
set NPWD_AUDIO_TOKEN insert_token

Expand Down

0 comments on commit b348cd9

Please sign in to comment.