🎉 Release: v2.2.0

This commit is contained in:
PiEgg
2020-01-01 20:03:02 +08:00
parent b4f10c61f0
commit 3913cef1e6
5 changed files with 56 additions and 6 deletions
+11
View File
@@ -24,6 +24,14 @@ module.exports = {
builderOptions: {
productName: 'PicGo',
appId: 'com.molunerfinn.picgo',
publish: [
{
provider: 'github',
owner: 'Molunerfinn',
repo: 'PicGo',
releaseType: 'draft'
}
],
dmg: {
contents: [
{
@@ -56,6 +64,9 @@ module.exports = {
},
linux: {
icon: 'build/icons/'
},
snap: {
publish: ['github']
}
}
}