Skip to content

Commit

Permalink
feat(snap): Updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Sep 10, 2018
1 parent b33e946 commit 326948f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions snap/snapcraft.yaml
Expand Up @@ -13,9 +13,14 @@ apps:
parts:
apkmirror2fdroid:
plugin: nodejs
node-engine: 10.9.0
node-engine: 10.10.0
source: .
override-build: |
- npm i
- npm run prepublishOnly
- snapcraftctl build
stage-packages:
- fdroidserver
snap:
- libdb5.3
prime:
- -usr/lib/jvm/java-8-openjdk-*/jre/lib/security/cacerts

0 comments on commit 326948f

Please sign in to comment.