mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
fix bugged script
This commit is contained in:
parent
554aa2c2eb
commit
c6a9670d5e
@ -20,7 +20,7 @@
|
|||||||
"test": "vitest",
|
"test": "vitest",
|
||||||
"lint": "eslint --ext .js,.ts,.jsx,.tsx,.mjs,.mts .",
|
"lint": "eslint --ext .js,.ts,.jsx,.tsx,.mjs,.mts .",
|
||||||
"pack-mac": "yarn build && electron-builder --mac dmg",
|
"pack-mac": "yarn build && electron-builder --mac dmg",
|
||||||
"pack-mas-dev": "yarn build && electron-builder -mac mas-dev -c.mas.provisioningProfile=LosslessCut_Dev.provisionprofile -c.mas.identity='Apple Development: Mikael Finstad (JH4PH8B3C8)'",
|
"pack-mas-dev": "yarn build && electron-builder --mac mas-dev -c.mas.provisioningProfile=LosslessCut_Dev.provisionprofile -c.mas.identity='Apple Development: Mikael Finstad (JH4PH8B3C8)'",
|
||||||
"pack-win": "yarn build && electron-builder --win zip --x64",
|
"pack-win": "yarn build && electron-builder --win zip --x64",
|
||||||
"postinstall": "electron-builder install-app-deps",
|
"postinstall": "electron-builder install-app-deps",
|
||||||
"version": "tsx script/postversion.mts && git add no.mifi.losslesscut.appdata.xml",
|
"version": "tsx script/postversion.mts && git add no.mifi.losslesscut.appdata.xml",
|
||||||
@ -166,9 +166,9 @@
|
|||||||
],
|
],
|
||||||
"mac": {
|
"mac": {
|
||||||
"hardenedRuntime": true,
|
"hardenedRuntime": true,
|
||||||
|
"notarize": true,
|
||||||
"appId": "no.mifi.losslesscut-mac",
|
"appId": "no.mifi.losslesscut-mac",
|
||||||
"category": "public.app-category.productivity",
|
"category": "public.app-category.productivity",
|
||||||
"notarize": true,
|
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "mas",
|
"target": "mas",
|
||||||
|
Loading…
Reference in New Issue
Block a user