Skip to content

Commit

Permalink
dist: Add back arch in x64 linux AppImage (#1754)
Browse files Browse the repository at this point in the history
With the recent versions of `electron-builder`, the generated AppImage
file for x64 architectures does not have `x86_64` in its name like it
used to.
We need this part in the file name for the nuts server to find it when
users want to download the app from our website.
  • Loading branch information
taratatach authored Nov 6, 2019
1 parent fa32555 commit bca13c7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ asarUnpack:
- gui/scripts/**
directories:
buildResources: gui/assets
mac:
hardenedRuntime: true
entitlements: './build/entitlements.mac.inherit.plist'
category: public.app-category.productivity
target:
- dmg
- zip
dmg:
contents:
- x: 110
Expand All @@ -31,13 +38,6 @@ dmg:
win:
target:
- nsis
mac:
hardenedRuntime: true
entitlements: './build/entitlements.mac.inherit.plist'
category: public.app-category.productivity
target:
- dmg
- zip
linux:
target:
- AppImage
Expand All @@ -50,3 +50,5 @@ linux:
anytime with the mobile application and share them with the world or just your
friends and colleagues. You can host your own Cozy Cloud, and or use the hosting
services. Your freedom to chose is why you can trust us.
appImage:
artifactName: 'Cozy-Drive-${version}-${arch}.${ext}'

0 comments on commit bca13c7

Please sign in to comment.