Skip to content

Commit

Permalink
Merge pull request qbcore-framework#76 from thelindat/patch-1
Browse files Browse the repository at this point in the history
chore: update oxmysql to v2.1.1
  • Loading branch information
GhzGarage authored Mar 15, 2022
2 parents 3239190 + 64a1451 commit 55227a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qbcore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ tasks:
dest: ./resources/[cfx-default]

- action: download_file
path: ./tmp/files/oxmysql-1.9.3.zip
url: https://github.com/overextended/oxmysql/releases/download/v1.9.3/oxmysql-v1.9.3.zip
path: ./tmp/files/oxmysql.zip
url: https://github.com/overextended/oxmysql/releases/download/v2.1.1/oxmysql.zip
- action: unzip
dest: ./resources/[standalone]
src: ./tmp/files/oxmysql-1.9.3.zip
src: ./tmp/files/oxmysql.zip

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

0 comments on commit 55227a2

Please sign in to comment.