diff --git a/electron-builder.rome.yml b/electron-builder.rome.yml index 05f107a..62da578 100644 --- a/electron-builder.rome.yml +++ b/electron-builder.rome.yml @@ -31,6 +31,7 @@ nsis: mac: entitlementsInherit: build/entitlements.mac.plist category: public.app-category.business + icon: resources/ro-icon.png extendInfo: - NSCameraUsageDescription: Application requests access to the device's camera. - NSMicrophoneUsageDescription: Application requests access to the device's microphone. diff --git a/package.json b/package.json index 8b713d2..38acc4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bodyshop-desktop", - "version": "1.0.2-alpha.1", + "version": "1.0.2", "description": "Shop Management System Partner", "main": "./out/main/index.js", "author": "Convenient Brands, LLC", diff --git a/resources/ro-icon.png b/resources/ro-icon.png index 163407a..f9a7f41 100644 Binary files a/resources/ro-icon.png and b/resources/ro-icon.png differ