Skip to content

Commit

Permalink
- Update debian build method
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Dec 18, 2022
1 parent bac4ff7 commit 934435f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ See related actions below:
love-package: ./game.love
lib-path: ./lib
share-path: ./share
build-appimage: true
build-deb: true
product-name: love_app
output-folder: ./dist
Expand Down Expand Up @@ -158,7 +157,6 @@ jobs:
| `love-package` | `false` | `"./game.love"` | Love package. Used to assemble the executable |
| `lib-path` | `false` | `""` | Path to the library folder. Would copy all contents excluding top folder |
| `share-path` | `false` | `""` | Path to the share folder. Would copy all contents excluding top folder |
| `build-appimage` | `false` | `"true"` | Switch to control build appImage or not |
| `build-deb` | `false` | `"true"` | Switch to control build debian package or not |
| `product-name` | `false` | `"love_app"` | Base name of the package. Used to rename products |
| `output-folder` | `false` | `"./build"` | Packages output folder. All packages would be placed here |
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ runs:
cat > ./love-actions-linux/deb/DEBIAN/control << EOF
Package: ${{ inputs.product-name }}
Version: ${{ inputs.version-string }}
Depends: love (>= 11.4)
Section: games
Priority: optional
Architecture: amd64
Expand Down

0 comments on commit 934435f

Please sign in to comment.