desktop: disable appimage target

This commit is contained in:
Tulir Asokan 2024-12-16 01:38:12 +02:00
parent aca21a7eac
commit 27fe5e1a09
2 changed files with 2 additions and 1 deletions

1
desktop/.gitignore vendored
View file

@ -1,2 +1,3 @@
.task .task
bin bin
build/appimage

View file

@ -29,7 +29,7 @@ tasks:
vars: vars:
PRODUCTION: "true" PRODUCTION: "true"
cmds: cmds:
- task: create:appimage #- task: create:appimage
- task: create:deb - task: create:deb
- task: create:rpm - task: create:rpm
- task: create:aur - task: create:aur