mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: AppImage release build (#245)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
7fbad0b0ce
commit
cfcedbcc42
4 changed files with 98 additions and 13 deletions
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
|
@ -102,6 +102,18 @@
|
|||
// "runOptions": {
|
||||
// "runOn": "folderOpen"
|
||||
// }
|
||||
},
|
||||
{
|
||||
"label": "Build AppImage",
|
||||
"type": "shell",
|
||||
"command": "/usr/local/bin/appimage-builder",
|
||||
"args": [
|
||||
"--recipe",
|
||||
"AppImageBuilder.yml"
|
||||
],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
}
|
||||
}
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue