Skip to content

Commit

Permalink
refactor: replace prison and vehiclefailure
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon authored Sep 6, 2024
1 parent 2b2a5ad commit 80c2b8a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 20 deletions.
26 changes: 16 additions & 10 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_vehicleshop

- action: download_github
dest: ./resources/[qbx]/qbx_prison
ref: main
src: https://github.com/qbox-project/qbx_prison

- action: download_github
dest: ./resources/[qbx]/qbx_hud
ref: main
Expand Down Expand Up @@ -203,11 +198,6 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_medical

- action: download_github
dest: ./resources/[qbx]/qbx_vehiclefailure
ref: main
src: https://github.com/qbox-project/qbx_vehiclefailure

- action: waste_time # prevent github throttling
seconds: 10

Expand All @@ -223,6 +213,22 @@ 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
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/vehiclehandler.zip

- action: download_github
dest: ./resources/[qbx]/qbx_police
ref: main
Expand Down
16 changes: 16 additions & 0 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,22 @@ 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
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/vehiclehandler.zip

- action: download_file
path: ./tmp/qbx_vehicles.zip
url: https://github.com/qbox-project/qbx_vehicles/releases/latest/download/qbx_vehicles.zip
Expand Down
26 changes: 16 additions & 10 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,22 @@ 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
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/vehiclehandler.zip

- action: download_file
path: ./tmp/loadscreen.zip
url: https://github.com/D4isDAVID/loadscreen/releases/latest/download/loadscreen.zip
Expand Down Expand Up @@ -169,11 +185,6 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_houserobbery

- action: download_github
dest: ./resources/[qbx]/qbx_prison
ref: main
src: https://github.com/qbox-project/qbx_prison

- action: download_github
dest: ./resources/[qbx]/qbx_hud
ref: main
Expand Down Expand Up @@ -218,11 +229,6 @@ tasks:
ref: main
src: https://github.com/qbox-project/qbx_medical

- action: download_github
dest: ./resources/[qbx]/qbx_vehiclefailure
ref: main
src: https://github.com/qbox-project/qbx_vehiclefailure

- action: waste_time # prevent github throttling
seconds: 10

Expand Down

0 comments on commit 80c2b8a

Please sign in to comment.