Skip to content

Commit 7eb42c4

Browse files
committed
#21
1 parent 9d50c5d commit 7eb42c4

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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!');

0 commit comments

Comments
 (0)