build: What if we just don't asar?

This commit is contained in:
Felix Rieseberg 2019-05-17 13:18:14 +09:00
parent ee9e138034
commit bae1909793

View file

@ -3,9 +3,7 @@ const package = require('./package.json');
module.exports = {
packagerConfig: {
asar: {
unpack: '**/images/*.img'
},
asar: false,
icon: path.resolve(__dirname, 'assets', 'icon'),
appBundleId: 'com.felixrieseberg.windows95',
appCategoryType: 'public.app-category.developer-tools',