mirror of
https://github.com/TangentFoxy/love-release.git
synced 2025-07-28 11:02: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
|
```sh
|
||||||
# sudo
|
# sudo
|
||||||
luarocks install --server=http://luarocks.org/dev lua-zip
|
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
|
luarocks install --server=http://luarocks.org/dev love-release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
package = "love-release"
|
package = "love-release"
|
||||||
version = "2.0.0"
|
version = "2.0.0-2"
|
||||||
source = {
|
source = {
|
||||||
url = "git://github.com/MisterDA/love-release.git",
|
url = "git://github.com/MisterDA/love-release.git",
|
||||||
tag = "v2.0.0",
|
tag = "v2.0.0",
|
Reference in New Issue
Block a user