diff --git a/electron-builder.yml b/electron-builder.yml index d1c1b5d..8fa684f 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -34,15 +34,18 @@ mac: category: public.app-category.utilities # Path to the .icns icon file icon: src/assets/logo.icns - # Target both Intel and Apple Silicon architectures - target: - - target: dmg - arch: - - x64 - - arm64 - - target: zip - arch: - - x64 - - arm64 # Minimum macOS version (supports both Intel and Apple Silicon) minimumSystemVersion: '11.0' + hardenedRuntime: true + entitlements: entitlements.plist + entitlementsInherit: entitlements.plist + notarize: true + target: + - target: dmg + arch: + - x64 + - arm64 + - target: zip + arch: + - x64 + - arm64 diff --git a/package.json b/package.json index 68cb6e8..8117581 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pickle-glass", "productName": "Glass", - "version": "0.1.1", + "version": "0.1.2", "description": "Cl*ely for Free", "main": "src/index.js", "scripts": {