похуй
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
This commit is contained in:
parent
cbf82f9317
commit
6926c27f20
@ -30,15 +30,15 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
// use `security find-identity -v -p codesigning` to find your identity
|
// use `security find-identity -v -p codesigning` to find your identity
|
||||||
// for macos signing
|
// for macos signing
|
||||||
// Use ad-hoc signing with entitlements for local development
|
// Disabled for local builds - ad-hoc signing causes issues
|
||||||
osxSign: {
|
// osxSign: {
|
||||||
identity: '-', // ad-hoc signing (no Apple Developer account needed)
|
// identity: '-', // ad-hoc signing (no Apple Developer account needed)
|
||||||
optionsForFile: (filePath) => {
|
// optionsForFile: (filePath) => {
|
||||||
return {
|
// return {
|
||||||
entitlements: 'entitlements.plist',
|
// entitlements: 'entitlements.plist',
|
||||||
};
|
// };
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
// notarize is off - requires Apple Developer account
|
// notarize is off - requires Apple Developer account
|
||||||
// osxNotarize: {
|
// osxNotarize: {
|
||||||
// appleId: 'your apple id',
|
// appleId: 'your apple id',
|
||||||
@ -61,6 +61,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: '@electron-forge/maker-dmg',
|
name: '@electron-forge/maker-dmg',
|
||||||
platforms: ['darwin'],
|
platforms: ['darwin'],
|
||||||
|
config: {
|
||||||
|
name: 'CheatingDaddy',
|
||||||
|
format: 'ULFO',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: '@reforged/maker-appimage',
|
name: '@reforged/maker-appimage',
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cheating-daddy",
|
"name": "cheating-daddy",
|
||||||
"productName": "cheating-daddy",
|
"productName": "cheating-daddy",
|
||||||
"version": "0.5.3",
|
"version": "0.5.6",
|
||||||
"description": "cheating daddy",
|
"description": "cheating daddy",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user