mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 02:52:20 +00:00
Fix rockspec
This commit is contained in:
@@ -92,6 +92,11 @@ love-release is only installable through LuaRocks and highly depends on LuaRocks
|
||||
```sh
|
||||
# sudo
|
||||
luarocks install --server=http://luarocks.org/dev lua-zip
|
||||
|
||||
# latest stable version
|
||||
luarocks install love-release
|
||||
|
||||
# development version
|
||||
luarocks install --server=http://luarocks.org/dev love-release
|
||||
```
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
package = "love-release"
|
||||
version = "2.0.0"
|
||||
version = "2.0.0-2"
|
||||
source = {
|
||||
url = "git://github.com/MisterDA/love-release.git",
|
||||
tag = "v2.0.0",
|
Reference in New Issue
Block a user