-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed everything for a new complete rewrite of love-release. See #40 for proposals.
- Loading branch information
Showing
16 changed files
with
30 additions
and
1,245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
package = "love-release" | ||
version = "git-1" | ||
source = { | ||
url = "git://github.com/MisterDA/love-release", | ||
branch = "love-release-3", | ||
} | ||
description = { | ||
summary = "Make LÖVE games releases easier", | ||
detailed = [[ | ||
love-release make LÖVE games releases easier. | ||
It automates LÖVE Game Distribution. | ||
]], | ||
license = "MIT", | ||
homepage = "https://github.com/MisterDA/love-release", | ||
} | ||
dependencies = { | ||
} | ||
build = { | ||
type = "builtin", | ||
modules = { | ||
}, | ||
install = { | ||
bin = { | ||
}, | ||
}, | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +0,0 @@ | ||
describe("love-release tests", function() | ||
describe("should test something", function() | ||
it("not right now", function() | ||
assert.truthy("Sorry.") | ||
end) | ||
end) | ||
end) | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.