-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(github): Don't build for other platforms
- Loading branch information
1 parent
b17378b
commit 568ca7d
Showing
2 changed files
with
17 additions
and
28 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"geode": "2.0.0-beta.26", | ||
"gd": { | ||
"win": "2.204" | ||
}, | ||
"version": "v1.0.0", | ||
"id": "spaghettdev.betterinputs", | ||
"name": "BetterInputs", | ||
"developer": "SpaghettDev", | ||
"description": "Makes inputs behave like on Windows (text highlighting, Ctrl+A, Ctrl+Arrow hotkeys, etc...)", | ||
"settings": { | ||
"allow-any-character": { | ||
"type": "bool", | ||
"default": true, | ||
"name": "Allow any character", | ||
"description": "Allows inputting any character (even ones not allowed) into input nodes. (this is ignored if you have a mod menu that already has this enabled)" | ||
} | ||
} | ||
"geode": "2.0.0-beta.26", | ||
"gd": { | ||
"win": "2.204" | ||
}, | ||
"version": "v1.0.0", | ||
"id": "spaghettdev.betterinputs", | ||
"name": "BetterInputs", | ||
"developer": "SpaghettDev", | ||
"description": "Makes inputs behave like on Windows (text highlighting, Ctrl+A, Ctrl+Arrow hotkeys, etc...)", | ||
"settings": { | ||
"allow-any-character": { | ||
"type": "bool", | ||
"default": true, | ||
"name": "Allow any character", | ||
"description": "Allows inputting any character (even ones not allowed) into input nodes. (this is ignored if you have a mod menu that already has this enabled)" | ||
} | ||
} | ||
} |