Skip to content

Commit

Permalink
fix(recipes): qbx_density
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Oct 27, 2024
1 parent bf9dc17 commit 8299db6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
12 changes: 6 additions & 6 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,15 +228,13 @@ tasks:
dest: ./resources/[standalone]
src: ./tmp/Renewed-Weathersync.zip

# replaces qbx_prison
- action: download_file
path: ./tmp/xt-prison.zip
url: https://github.com/xT-Development/xt-prison/releases/latest/download/xt-prison.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/xt-prison.zip

# replaces qbx_vehiclefailure
- action: download_file
path: ./tmp/vehiclehandler.zip
url: https://github.com/QuantumMalice/vehiclehandler/releases/latest/download/vehiclehandler.zip
Expand All @@ -261,10 +259,12 @@ tasks:
dest: ./resources/[qbx]
src: ./tmp/qbx_smallresources.zip

- action: download_github
dest: ./resources/[qbx]/qbx_density
ref: main
src: https://github.com/Qbox-project/qbx_density
- action: download_file
path: ./tmp/qbx_density.zip
url: https://github.com/Qbox-project/qbx_density/releases/latest/download/qbx_density.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_density.zip

- action: download_github
dest: ./resources/[qbx]/qbx_cityhall
Expand Down
9 changes: 7 additions & 2 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,13 @@ tasks:
dest: ./resources/[standalone]
src: ./tmp/Renewed-Weathersync.zip

# replaces qbx_prison
- action: download_file
path: ./tmp/xt-prison.zip
url: https://github.com/xT-Development/xt-prison/releases/latest/download/xt-prison.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/xt-prison.zip

# replaces qbx_vehiclefailure
- action: download_file
path: ./tmp/vehiclehandler.zip
url: https://github.com/QuantumMalice/vehiclehandler/releases/latest/download/vehiclehandler.zip
Expand All @@ -228,6 +226,13 @@ tasks:
dest: ./resources/[qbx]
src: ./tmp/qbx_smallresources.zip

- action: download_file
path: ./tmp/qbx_density.zip
url: https://github.com/Qbox-project/qbx_density/releases/latest/download/qbx_density.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_density.zip

# OX
- action: download_file
path: ./tmp/ox_lib.zip
Expand Down
12 changes: 6 additions & 6 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,13 @@ tasks:
dest: ./resources/[standalone]
src: ./tmp/Renewed-Weathersync.zip

# replaces qbx_prison
- action: download_file
path: ./tmp/xt-prison.zip
url: https://github.com/xT-Development/xt-prison/releases/latest/download/xt-prison.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/xt-prison.zip

# replaces qbx_vehiclefailure
- action: download_file
path: ./tmp/vehiclehandler.zip
url: https://github.com/QuantumMalice/vehiclehandler/releases/latest/download/vehiclehandler.zip
Expand Down Expand Up @@ -428,10 +426,12 @@ tasks:
ref: main
src: https://github.com/Qbox-project/qbx_fireworks

- action: download_github
dest: ./resources/[qbx]/qbx_density
ref: main
src: https://github.com/Qbox-project/qbx_density
- action: download_file
path: ./tmp/qbx_density.zip
url: https://github.com/Qbox-project/qbx_density/releases/latest/download/qbx_density.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/qbx_density.zip

# OX
- action: download_file
Expand Down

0 comments on commit 8299db6

Please sign in to comment.