This repository was archived by the owner on Aug 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +27
-1
lines changed Expand file tree Collapse file tree 5 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ deploy:
113113
114114
115115after_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
118118env :
119119 global :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments