Skip to content

Commit

Permalink
feat(github): Don't build for other platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed May 26, 2024
1 parent b17378b commit 568ca7d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,6 @@ jobs:
- name: Windows
os: windows-latest

- name: macOS
os: macos-latest

- name: Android32
os: ubuntu-latest
target: Android32

- name: Android64
os: ubuntu-latest
target: Android64

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}

Expand Down
34 changes: 17 additions & 17 deletions mod.json
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)"
}
}
}

0 comments on commit 568ca7d

Please sign in to comment.