chore: Update all dependencies

This commit is contained in:
Felix Rieseberg
2019-05-17 12:30:03 +09:00
parent 78126a57cb
commit aafab62707
4 changed files with 1032 additions and 1109 deletions

View File

@@ -51,5 +51,18 @@ module.exports = {
name: '@electron-forge/maker-flatpak',
platforms: ['linux']
}
],
publishers: [
{
name: '@electron-forge/publisher-github',
config: {
repository: {
owner: 'felixrieseberg',
name: 'windows95'
},
draft: true,
prerelease: true
}
}
]
};