Skip to content

Commit

Permalink
Set 'publish=never' in electron builder config
Browse files Browse the repository at this point in the history
This prevents CI from trying to publish artifacts
  • Loading branch information
dlon committed May 13, 2024
1 parent cc2517e commit 3378037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/tasks/distribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const config = {
appId: 'net.mullvad.vpn',
copyright: 'Mullvad VPN AB',
productName: 'Mullvad VPN',
publish: 'never',
asar: true,
compression: noCompression ? 'store' : 'normal',
extraResources: [
Expand Down

0 comments on commit 3378037

Please sign in to comment.