File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ class Index {
6464 generateUpdatesFilesForAllChannels : false ,
6565 appId : preductname ,
6666 productName : preductname ,
67- copyright : ' Copyright © 2020-2024 Luuxis' ,
67+ copyright : ` Copyright © 2020-${ new Date ( ) . getFullYear ( ) } Luuxis` ,
6868 artifactName : "${productName}-${os}-${arch}.${ext}" ,
6969 extraMetadata : { main : 'app/app.js' } ,
7070 files : [ "app/**/*" , "package.json" , "LICENSE.md" ] ,
@@ -87,6 +87,10 @@ class Index {
8787 target : [ {
8888 target : "nsis" ,
8989 arch : "x64"
90+ } ,
91+ {
92+ target : "nsis" ,
93+ arch : "arm64"
9094 } ]
9195 } ,
9296 nsis : {
@@ -102,7 +106,6 @@ class Index {
102106 hardenedRuntime : false ,
103107 gatekeeperAssess : false ,
104108 mergeASARs : true ,
105- singleArchFiles : "node_modules/sqlite3/**/*" ,
106109 target : [ {
107110 target : "dmg" ,
108111 arch : "universal"
You can’t perform that action at this time.
0 commit comments