Skip to content

Commit

Permalink
Update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
LordBombardir committed Jan 4, 2025
1 parent f3a41d7 commit 1589712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
]
},
"asset_url": "https://github.com/LordBombardir/LLPowerRanks/releases/download/v1.0.1/LLPowerRanks-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "1.0.0-rc.1"
},
"files": {
"place": [
{
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
-- add_requires("levilamina x.x.x") for a specific version
-- add_requires("levilamina develop") to use develop version
-- please note that you should add bdslibrary yourself if using dev version
add_requires("levilamina develop")
add_requires("levilamina 1.0.0-rc.1")
add_requires("sqlitecpp")
add_requires("levibuildscript")

Expand Down

0 comments on commit 1589712

Please sign in to comment.