release v0.1.2
This commit is contained in:
parent
f9324b38a3
commit
e18edca08e
@ -34,15 +34,18 @@ mac:
|
|||||||
category: public.app-category.utilities
|
category: public.app-category.utilities
|
||||||
# Path to the .icns icon file
|
# Path to the .icns icon file
|
||||||
icon: src/assets/logo.icns
|
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)
|
# Minimum macOS version (supports both Intel and Apple Silicon)
|
||||||
minimumSystemVersion: '11.0'
|
minimumSystemVersion: '11.0'
|
||||||
|
hardenedRuntime: true
|
||||||
|
entitlements: entitlements.plist
|
||||||
|
entitlementsInherit: entitlements.plist
|
||||||
|
notarize: true
|
||||||
|
target:
|
||||||
|
- target: dmg
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
|
- arm64
|
||||||
|
- target: zip
|
||||||
|
arch:
|
||||||
|
- x64
|
||||||
|
- arm64
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pickle-glass",
|
"name": "pickle-glass",
|
||||||
"productName": "Glass",
|
"productName": "Glass",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"description": "Cl*ely for Free",
|
"description": "Cl*ely for Free",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user