@@ -9,7 +9,8 @@ const electronVersion = pkg.devDependencies.electron.replaceAll('^', '')
99module . exports = {
1010 appId : 'app.r3play' ,
1111 productName : pkg . productName ,
12- copyright : 'Copyright © 2022 qier222' ,
12+ executableName : pkg . productName ,
13+ copyright : 'Copyright © 2023 qier222' ,
1314 asar : true ,
1415 directories : {
1516 output : 'release' ,
@@ -70,14 +71,14 @@ module.exports = {
7071 } ,
7172 linux : {
7273 target : [
73- {
74- target : 'deb' ,
75- arch : [
76- 'x64' ,
77- // 'arm64',
78- // 'armv7l'
79- ] ,
80- } ,
74+ // {
75+ // target: 'deb',
76+ // arch: [
77+ // 'x64',
78+ // // 'arm64',
79+ // // 'armv7l'
80+ // ],
81+ // },
8182 {
8283 target : 'AppImage' ,
8384 arch : [ 'x64' ] ,
@@ -105,19 +106,13 @@ module.exports = {
105106 } ,
106107 files : [
107108 '!**/*.ts' ,
108- '!**/node_modules/better-sqlite3/{bin,build,deps}/**' ,
109- '!**/node_modules/*/{*.MD,*.md,README,readme}' ,
110- '!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}' ,
111- '!**/node_modules/*.d.ts' ,
112- '!**/node_modules/.bin' ,
113109 '!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}' ,
114110 '!.editorconfig' ,
115111 '!**/._*' ,
116112 '!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,.gitignore,.gitattributes}' ,
117- '!**/{__pycache__,thumbs.db,.flowconfig,.idea,.vs,.nyc_output}' ,
118- '!**/{appveyor.yml,.travis.yml,circle.yml}' ,
119- '!**/{npm-debug.log,yarn.lock,.yarn-integrity,.yarn-metadata.json,pnpm-lock.yaml}' ,
113+ '!**/{pnpm-lock.yaml}' ,
120114 '!**/*.{map,debug.min.js}' ,
115+ '!**/node_modules/*' ,
121116
122117 {
123118 from : './dist' ,
0 commit comments