Commit 739c498 pompurin404
committed
1 parent 448c724 commit 739c498 Copy full SHA for 739c498
File tree 3 files changed +14
-14
lines changed
3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 33
33
pnpm install
34
34
pnpm prepare --${{ matrix.arch }}
35
35
- name : Build
36
+ env :
37
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
38
run : pnpm build:win --${{ matrix.arch }}
37
39
38
40
- name : Upload Artifacts
68
70
pnpm install
69
71
pnpm prepare --${{ matrix.arch }}
70
72
- name : Build
73
+ env :
74
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
71
75
run : pnpm build:linux --${{ matrix.arch }}
72
76
73
77
- name : Upload Artifacts
@@ -105,6 +109,8 @@ jobs:
105
109
pnpm install
106
110
pnpm prepare --${{ matrix.arch }}
107
111
- name : Build
112
+ env :
113
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
108
114
run : pnpm build:mac --${{ matrix.arch }}
109
115
110
116
- name : Upload Artifacts
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,12 +20,11 @@ protocols:
20
20
- ' clash'
21
21
- ' mihomo'
22
22
win :
23
- target :
24
- - nsis
23
+ target : nsis
25
24
requestedExecutionLevel : requireAdministrator
26
25
executableName : mihomo-party
27
- nsis :
28
26
artifactName : ${name}-windows-${version}-${arch}-setup.${ext}
27
+ nsis :
29
28
shortcutName : ${productName}
30
29
uninstallDisplayName : ${productName}
31
30
deleteAppDataOnUninstall : true
@@ -36,15 +35,15 @@ nsis:
36
35
mac :
37
36
target :
38
37
- dmg
38
+ - zip
39
39
entitlementsInherit : build/entitlements.mac.plist
40
40
extendInfo :
41
41
- NSCameraUsageDescription : Application requests access to the device's camera.
42
42
- NSMicrophoneUsageDescription : Application requests access to the device's microphone.
43
43
- NSDocumentsFolderUsageDescription : Application requests access to the user's Documents folder.
44
44
- NSDownloadsFolderUsageDescription : Application requests access to the user's Downloads folder.
45
45
notarize : false
46
- dmg :
47
- artifactName : ${name}-macos-${version}-${arch}-installer.${ext}
46
+ artifactName : ${name}-macos-${version}-${arch}.${ext}
48
47
linux :
49
48
desktop :
50
49
MimeType : ' x-scheme-handler/clash;x-scheme-handler/mihomo'
@@ -53,11 +52,9 @@ linux:
53
52
- rpm
54
53
maintainer : mihomo-party
55
54
category : Utility
56
- deb :
57
- artifactName : ${name}-linux-${version}-${arch}-installer.${ext}
58
- rpm :
59
- artifactName : ${name}-linux-${version}-${arch}-installer.${ext}
55
+ artifactName : ${name}-linux-${version}-${arch}.${ext}
60
56
npmRebuild : false
61
57
publish :
62
- provider : generic
63
- url : https://updater.mihomo.party
58
+ provider : github
59
+ owner : pompurin404
60
+ repo : mihomo-party
You can’t perform that action at this time.
0 commit comments