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"
},
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
"target": [
"deb",
"rpm",
"freebsd"
],
"target": ["deb", "rpm", "freebsd"],
"icon": "build/icon-linux.icns"
},
"asarUnpack": [

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

Loading…
Cancel
Save