mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
desktop: fix .desktop file output path
This commit is contained in:
parent
7e1ac95167
commit
f35b43723a
1 changed files with 3 additions and 2 deletions
|
@ -108,8 +108,9 @@ tasks:
|
|||
APP_NAME: '{{.APP_NAME}}'
|
||||
EXEC: '{{.APP_NAME}}'
|
||||
ICON: 'appicon'
|
||||
CATEGORIES: 'Development;'
|
||||
OUTPUTFILE: '{{.ROOT_DIR}}/build/appimage/{{.APP_NAME}}.desktop'
|
||||
CATEGORIES: 'Network;InstantMessaging;Chat;'
|
||||
#OUTPUTFILE: '{{.ROOT_DIR}}/build/appimage/{{.APP_NAME}}.desktop'
|
||||
OUTPUTFILE: '{{.ROOT_DIR}}/build/nfpm/bin/{{.APP_NAME}}.desktop'
|
||||
|
||||
run:
|
||||
cmds:
|
||||
|
|
Loading…
Add table
Reference in a new issue