Add logo to build and re-add other Linux targets

This commit is contained in:
Preston 2020-05-27 23:01:14 -04:00
parent 6c3539943b
commit 37622e1f7b
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const config = {
directories: { directories: {
output: './build/', output: './build/',
}, },
files: ['_icons/**/*', './dist/**/*', '!./dist/web/**/*'], files: ['_icons/iconColor.*', './dist/**/*', '!./dist/web/**/*'],
dmg: { dmg: {
contents: [ contents: [
{ {
@ -45,8 +45,8 @@ const config = {
}, },
}, },
linux: { linux: {
icon: '_icons/iconColor.png', icon: '_icons/icon.png',
target: ['deb'], target: ['deb', 'rpm', 'zip', 'AppImage'],
}, },
mac: { mac: {
category: 'public.app-category.utilities', category: 'public.app-category.utilities',