您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

22 行
386 B

  1. module.exports = {
  2. packagerConfig: {},
  3. rebuildConfig: {},
  4. makers: [
  5. {
  6. name: '@electron-forge/maker-squirrel',
  7. config: {},
  8. },
  9. {
  10. name: '@electron-forge/maker-zip',
  11. platforms: ['darwin'],
  12. },
  13. {
  14. name: '@electron-forge/maker-deb',
  15. config: {},
  16. },
  17. {
  18. name: '@electron-forge/maker-rpm',
  19. config: {},
  20. },
  21. ],
  22. };