release v0.1.2

This commit is contained in:
samtiz 2025-07-06 00:33:11 +09:00
parent f9324b38a3
commit e18edca08e
2 changed files with 14 additions and 11 deletions

View File

@ -34,7 +34,12 @@ mac:
category: public.app-category.utilities
# Path to the .icns icon file
icon: src/assets/logo.icns
# Target both Intel and Apple Silicon architectures
# 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:
@ -44,5 +49,3 @@ mac:
arch:
- x64
- arm64
# Minimum macOS version (supports both Intel and Apple Silicon)
minimumSystemVersion: '11.0'

View File

@ -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": {