Skip to content

Commit

Permalink
fix: turn off update channel detection
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Sep 26, 2024
1 parent ec7b16f commit 2122d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-win.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const main = async () => {
directories: {
output: 'dist',
},
detectUpdateChannel: false,
nsis: {
oneClick: false,
},
Expand All @@ -41,7 +42,6 @@ const main = async () => {
filter: ['**/*'],
},
],

},
});
};
Expand Down
1 change: 1 addition & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const main = async () => {
artifactName: artifactName(),
productName: 'Pearl',
files: ['electron/**/*', 'package.json'],
detectUpdateChannel: false,
directories: {
output: 'dist',
},
Expand Down

0 comments on commit 2122d11

Please sign in to comment.