mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Use linuxdeploy
This commit is contained in:
parent
01057816ec
commit
7daa0437df
2 changed files with 9 additions and 67 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -182,9 +182,15 @@ jobs:
|
|||
command: build
|
||||
args: --release
|
||||
- name: Build AppImage
|
||||
uses: AppImageCrafters/build-appimage-action@master
|
||||
with:
|
||||
recipe: .github/appimage-builder.yml
|
||||
run: |
|
||||
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
|
||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
|
||||
chmod +x linuxdeploy-x86_64.AppImage
|
||||
chmod +x appimagetool-x86_64.AppImage
|
||||
mkdir -p AppDir/bin
|
||||
cp target/release/taskwarrior-tui AppDir/bin/taskwarrior-tui
|
||||
./linuxdeploy-x86_64.AppImage --appdir AppDir
|
||||
./appimagetool-x86_64.AppImage AppDir/
|
||||
|
||||
snap:
|
||||
name: Push to snap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue