forked from AmintaCCCP/GithubStarsManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelectron-builder.yml
More file actions
86 lines (77 loc) · 1.63 KB
/
electron-builder.yml
File metadata and controls
86 lines (77 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Electron Builder配置文件
appId: com.github-stars-manager.app
productName: GitHub Stars Manager
copyright: Copyright © 2024 GitHub Stars Manager
directories:
output: release
buildResources: build
files:
- dist/**/*
- electron/**/*
- node_modules/**/*
- package.json
extraMetadata:
main: electron/main.js
# Windows配置
win:
target:
- target: nsis
arch:
- x64
- ia32
icon: dist/vite.svg
nsis:
oneClick: false
allowToChangeInstallationDirectory: true
createDesktopShortcut: true
createStartMenuShortcut: true
shortcutName: GitHub Stars Manager
# macOS配置
mac:
target:
- target: dmg
arch:
- x64
- arm64
icon: dist/vite.svg
category: public.app-category.productivity
hardenedRuntime: true
entitlements: build/entitlements.mac.plist
entitlementsInherit: build/entitlements.mac.inherit.plist
dmg:
title: GitHub Stars Manager
icon: dist/vite.svg
window:
width: 540
height: 380
contents:
- x: 410
y: 230
type: link
path: /Applications
- x: 130
y: 230
type: file
# Linux配置
linux:
target:
- target: AppImage
arch:
- x64
- target: deb
arch:
- x64
- target: rpm
arch:
- x64
icon: dist/vite.svg
category: Office
synopsis: AI-powered GitHub starred repositories management tool
description: >
GitHub Stars Manager is an intelligent tool for organizing and managing
your GitHub starred repositories with AI-powered analysis and release tracking.
# 发布配置
publish:
provider: github
owner: your-username
repo: your-repo-name