Commit 69c1f51 1 parent f080749 commit 69c1f51 Copy full SHA for 69c1f51
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 59
59
# List contents before build
60
60
ls -la
61
61
62
- # Run build with verbose logging
62
+ # Run build with verbose logging for Linux format
63
+ # AppImage - Universal portable format that doesn't require FUSE
63
64
npx electron-builder --linux AppImage --x64
64
65
65
66
# Show build output directory
Original file line number Diff line number Diff line change 108
108
"target" : " AppImage" ,
109
109
"arch" : [
110
110
" x64"
111
- ]
111
+ ],
112
+ "options" : {
113
+ "systemIntegration" : " doNotAsk" ,
114
+ "runtime" : " electron-builder-runtime-no-fuse"
115
+ }
112
116
}
113
117
],
114
118
"category" : " Development" ,
119
+ "artifactName" : " Drivechain-Launcher-${version}.${ext}" ,
120
+ "asarUnpack" : [
121
+ " node_modules/@grpc"
122
+ ],
115
123
"maintainer" : " Drivechain <support@drivechain.info>" ,
116
124
"executableName" : " drivechain-launcher" ,
117
125
"executableArgs" : [
You can’t perform that action at this time.
0 commit comments