diff --git a/build/icon.png b/build/icon.png deleted file mode 100644 index 2f6b1c9..0000000 Binary files a/build/icon.png and /dev/null differ diff --git a/electron-builder.yml b/electron-builder.yml index dad8134..1a2c9ee 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,4 +1,4 @@ -productName: oxygen-desktop +productName: OxygenDesktop copyright: Copyright © 2017-2024 FatWeb. All rights reserved. appId: top.fatweb.oxygen.desktop artifactName: ${name}-${version}-${os}-${arch}.${ext} @@ -44,11 +44,12 @@ mac: target: - default entitlementsInherit: build/entitlements.mac.plist + darkModeSupport: true extendInfo: - - NSCameraUsageDescription: Application requests access to the device's camera. - - NSMicrophoneUsageDescription: Application requests access to the device's microphone. - - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. - - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. + NSCameraUsageDescription: Application requests access to the device's camera. + NSMicrophoneUsageDescription: Application requests access to the device's microphone. + NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. + NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. notarize: false linux: target: diff --git a/resources/icon.png b/resources/icon.png index f3703eb..2f6b1c9 100644 Binary files a/resources/icon.png and b/resources/icon.png differ diff --git a/resources/logo.ico b/resources/logo.ico deleted file mode 100644 index 1ed7a62..0000000 Binary files a/resources/logo.ico and /dev/null differ diff --git a/resources/logo.png b/resources/logo.png deleted file mode 100644 index f3703eb..0000000 Binary files a/resources/logo.png and /dev/null differ diff --git a/resources/logo.svg b/resources/logo.svg deleted file mode 100644 index e2769cb..0000000 --- a/resources/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file