mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-31 04:03:51 +01:00
Add more macOS packages
This commit is contained in:
parent
b4ebfdf871
commit
53c3ac3aed
@ -92,6 +92,7 @@
|
||||
}
|
||||
],
|
||||
"mac": {
|
||||
"category": "public.app-category.photography",
|
||||
"type": "distribution",
|
||||
"hardenedRuntime": true,
|
||||
"entitlements": "resources/entitlements.mac.plist",
|
||||
@ -104,6 +105,12 @@
|
||||
"arch": [
|
||||
"universal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"target": "zip",
|
||||
"arch": [
|
||||
"universal"
|
||||
]
|
||||
}
|
||||
],
|
||||
"x64ArchFiles": "*"
|
||||
|
@ -1,5 +1,4 @@
|
||||
import React from "react";
|
||||
import commands from "../../../electron/commands";
|
||||
|
||||
export function ResetSettings() {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user