File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ const buildApp = async () => {
7171 copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Cosmic-fi (Cosmic Boucher)` ,
7272 forceCodeSigning : false ,
7373 afterSign : null ,
74- publish : null ,
7574 artifactName : '${productName}-${version}-${os}-${arch}.${ext}' ,
7675 extraMetadata : {
7776 main : 'appsrc/electron/main.js'
@@ -151,14 +150,7 @@ const buildApp = async () => {
151150 synopsis : 'Ori Launcher - Custom Minecraft Launcher' ,
152151 description : 'A modern custom Minecraft launcher'
153152 } ,
154- publish : [
155- {
156- provider : 'github' ,
157- owner : 'cosmic-fi' ,
158- repo : 'Ori-Launcher' ,
159- releaseType : 'release'
160- }
161- ]
153+ publish : null
162154 }
163155 } ) ;
164156 console . log ( 'Build completed successfully!' ) ;
You can’t perform that action at this time.
0 commit comments