Skip to content

Commit

Permalink
Improve text contrast with DMG background
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorquico committed Oct 17, 2020
1 parent 7b74583 commit 3c80c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified packages/desktop-app/build/background.tiff
Binary file not shown.
4 changes: 4 additions & 0 deletions packages/desktop-app/build/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ exports.default = async function notarizing(context) {
return
}

if (process.env.CSC_IDENTITY_AUTO_DISCOVERY === 'false') {
return
}

const appName = context.packager.appInfo.productFilename
return await notarize({
appBundleId: 'io.salad.desktop',
Expand Down

0 comments on commit 3c80c43

Please sign in to comment.