mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-09-05 18:15:59 +00:00
Init
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
pkg: {
|
||||
patches: {
|
||||
'index.js': [
|
||||
'path.join(__dirname, fs',
|
||||
'path.join(path.dirname(process.execPath), \'electron\', fs'
|
||||
]
|
||||
},
|
||||
deployFiles: [
|
||||
[ 'dist', 'electron/dist', 'directory' ],
|
||||
[ '../sliced/index.js', 'node_modules/sliced/index.js' ],
|
||||
[ '../deep-defaults/lib/index.js', 'node_modules/deep-defaults/index.js' ]
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user