mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
Fix notarize
This commit is contained in:
parent
68773a6e82
commit
0e13a8d061
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,7 +6,7 @@
|
|||||||
.pnp.js
|
.pnp.js
|
||||||
|
|
||||||
/main/*.js
|
/main/*.js
|
||||||
*.js
|
out/
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"version": "2.9.1",
|
"version": "2.8.5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"version": "2.9.1",
|
"version": "2.8.5",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotenv": "^16.3.1",
|
"dotenv": "^16.3.1",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "upscayl",
|
"name": "upscayl",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.9.1",
|
"version": "2.8.5",
|
||||||
"productName": "Upscayl",
|
"productName": "Upscayl",
|
||||||
"homepage": "https://github.com/TGS963/upscayl",
|
"homepage": "https://github.com/TGS963/upscayl",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
@ -64,7 +64,7 @@
|
|||||||
"productName": "Upscayl",
|
"productName": "Upscayl",
|
||||||
"appId": "org.upscayl.Upscayl",
|
"appId": "org.upscayl.Upscayl",
|
||||||
"artifactName": "${name}-${version}-${os}.${ext}",
|
"artifactName": "${name}-${version}-${os}.${ext}",
|
||||||
"afterSign": "scripts/notarize.js",
|
"afterSign": "./notarize.js",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
"asarUnpack": [
|
"asarUnpack": [
|
||||||
"**/node_modules/sharp/**/*"
|
"**/node_modules/sharp/**/*"
|
||||||
@ -118,7 +118,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mac": {
|
"mac": {
|
||||||
"type": "distribution",
|
|
||||||
"category": "public.app-category.photography",
|
"category": "public.app-category.photography",
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
"gatekeeperAssess": false,
|
"gatekeeperAssess": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user