fix: single line linux target in package json

otherwise appimages fail to build
pull/3083/head
William Grant 10 months ago
parent b219a8526e
commit 301af68eee

@ -269,11 +269,7 @@
"StartupWMClass": "Session" "StartupWMClass": "Session"
}, },
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries", "asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
"target": [ "target": ["deb", "rpm", "freebsd"],
"deb",
"rpm",
"freebsd"
],
"icon": "build/icon-linux.icns" "icon": "build/icon-linux.icns"
}, },
"asarUnpack": [ "asarUnpack": [

@ -1,6 +1,6 @@
import path from 'path';
import { readFileSync } from 'fs-extra'; import { readFileSync } from 'fs-extra';
import { isEmpty } from 'lodash'; import { isEmpty } from 'lodash';
import path from 'path';
describe('Updater', () => { describe('Updater', () => {
it.skip('isUpdateAvailable', () => {}); it.skip('isUpdateAvailable', () => {});

Loading…
Cancel
Save