Skip to content

Commit

Permalink
fix(recipes): qbx_density (#107)
Browse files Browse the repository at this point in the history
* fix(recipes): qbx_density

* fix: accidental removal
  • Loading branch information
mafewtm authored Oct 29, 2024
1 parent d946f5a commit f2a049d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
12 changes: 6 additions & 6 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,15 +236,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 @@ -269,10 +267,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
11 changes: 8 additions & 3 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,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 @@ -232,6 +230,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

- action: download_file
path: ./tmp/qbx_adminmenu.zip
url: https://github.com/qbox-project/qbx_adminmenu/releases/latest/download/qbx_adminmenu.zip
Expand Down Expand Up @@ -331,4 +336,4 @@ tasks:

# Clean up
- action: remove_path
path: ./tmp
path: ./tmp
12 changes: 6 additions & 6 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,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 @@ -438,10 +436,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

- action: download_file
path: ./tmp/qbx_customs.zip
Expand Down

0 comments on commit f2a049d

Please sign in to comment.