Skip to content

Commit

Permalink
chore: put ox resources on latest and use qbx bridge for ox_inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Sep 1, 2024
1 parent 6de55df commit f7d652b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ox.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setr ox:primaryColor blue
setr ox:primaryShade 8

# Activate specific event handlers and functions (supported: ox, esx, qb, nd)
setr inventory:framework "qb"
setr inventory:framework "qbx"
# Load specific language file from data/locales
setr ox:locale "en"
# Allow users to select their locales using /ox_lib
Expand Down
6 changes: 3 additions & 3 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ tasks:

- action: download_file
path: ./tmp/ox_target.zip
url: https://github.com/overextended/ox_target/releases/download/v1.16.0/ox_target.zip
url: https://github.com/overextended/ox_target/releases/latest/download/ox_target.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_target.zip
Expand All @@ -277,14 +277,14 @@ tasks:

- action: download_file
path: ./tmp/ox_doorlock.zip
url: https://github.com/overextended/ox_doorlock/releases/download/v1.17.0/ox_doorlock.zip
url: https://github.com/overextended/ox_doorlock/releases/latest/download/ox_doorlock.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_doorlock.zip

- action: download_file
path: ./tmp/ox_inventory.zip
url: https://github.com/overextended/ox_inventory/releases/download/v2.41.0/ox_inventory.zip
url: https://github.com/overextended/ox_inventory/releases/latest/download/ox_inventory.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_inventory.zip
Expand Down
6 changes: 3 additions & 3 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ tasks:

- action: download_file
path: ./tmp/ox_target.zip
url: https://github.com/overextended/ox_target/releases/download/v1.16.0/ox_target.zip
url: https://github.com/overextended/ox_target/releases/latest/download/ox_target.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_target.zip
Expand All @@ -223,14 +223,14 @@ tasks:

- action: download_file
path: ./tmp/ox_doorlock.zip
url: https://github.com/overextended/ox_doorlock/releases/download/v1.17.0/ox_doorlock.zip
url: https://github.com/overextended/ox_doorlock/releases/latest/download/ox_doorlock.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_doorlock.zip

- action: download_file
path: ./tmp/ox_inventory.zip
url: https://github.com/overextended/ox_inventory/releases/download/v2.41.0/ox_inventory.zip
url: https://github.com/overextended/ox_inventory/latest/download/ox_inventory.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_inventory.zip
Expand Down
6 changes: 3 additions & 3 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ tasks:

- action: download_file
path: ./tmp/ox_target.zip
url: https://github.com/overextended/ox_target/releases/download/v1.16.0/ox_target.zip
url: https://github.com/overextended/ox_target/releases/latest/download/ox_target.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_target.zip
Expand All @@ -428,14 +428,14 @@ tasks:

- action: download_file
path: ./tmp/ox_doorlock.zip
url: https://github.com/overextended/ox_doorlock/releases/download/v1.17.0/ox_doorlock.zip
url: https://github.com/overextended/ox_doorlock/releases/latest/download/ox_doorlock.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_doorlock.zip

- action: download_file
path: ./tmp/ox_inventory.zip
url: https://github.com/overextended/ox_inventory/releases/download/v2.41.0/ox_inventory.zip
url: https://github.com/overextended/ox_inventory/releases/latest/download/ox_inventory.zip
- action: unzip
dest: ./resources/[ox]
src: ./tmp/ox_inventory.zip
Expand Down

0 comments on commit f7d652b

Please sign in to comment.