Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 6f777e0

Browse files
committed
Add snapcraft template to make update easier
1 parent 6d3bc89 commit 6f777e0

File tree

5 files changed

+27
-1
lines changed

5 files changed

+27
-1
lines changed

.snapcraft/travis_snapcraft.cfg

16 Bytes
Binary file not shown.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ deploy:
113113

114114

115115
after_success:
116-
- openssl aes-256-cbc -K $encrypted_6a955bf10c5f_key -iv $encrypted_6a955bf10c5f_iv -in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
116+
- openssl aes-256-cbc -K $encrypted_68d7de2f7cf4_key -iv $encrypted_68d7de2f7cf4_iv -in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
117117

118118
env:
119119
global:

build/templates/snapcraft.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: bunqdesktop
2+
base: core18
3+
version: '${VERSION}'
4+
summary: The unofficial, free and open source desktop application for the bunq API
5+
description: The unofficial, free and open source desktop application for the bunq API
6+
7+
grade: stable
8+
confinement: classic
9+
parts:
10+
my-part:
11+
plugin: nil

snap/snapcraft.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: bunqdesktop
2+
base: core18
3+
version: '0.9.8'
4+
summary: The unofficial, free and open source desktop application for the bunq API
5+
description: The unofficial, free and open source desktop application for the bunq API
6+
7+
grade: stable
8+
confinement: classic
9+
parts:
10+
my-part:
11+
plugin: nil

tasks/update_release_files.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ const templates = [
1010
{
1111
templateName: "bunqdesktop.nuspec",
1212
targetLocation: "bunqdesktop.nuspec"
13+
},
14+
{
15+
templateName: "snapcraft.yaml",
16+
targetLocation: "snap/snapcraft.yaml"
1317
}
1418
];
1519

0 commit comments

Comments
 (0)