feat: 新增打包属性配置
This commit is contained in:
@@ -14,6 +14,8 @@ const config: ForgeConfig = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
tmpdir: path.resolve(process.cwd(), '..', 'electron-packager-tmp'),
|
||||
name: 'NianXX',
|
||||
icon: path.join(__dirname, 'public/logo.ico'),
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
|
||||
Reference in New Issue
Block a user