File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3535
3636 # If the commit is tagged with a version (e.g. "v1.0.0"),
3737 # release the app after building
38- release : ${{ startsWith(github.ref, 'refs/tags/v') }}
38+ release : ${{ startsWith(github.ref, 'refs/tags/v') }}
39+
Original file line number Diff line number Diff line change 3131 - NSDownloadsFolderUsageDescription : Application requests access to the user's Downloads folder.
3232 notarize : false
3333 target :
34- - default
34+ target : default
35+ arch : universal
3536dmg :
3637 artifactName : ${name}-${version}.${ext}
3738linux :
@@ -46,7 +47,7 @@ appImage:
4647 artifactName : ${name}-${version}.${ext}
4748npmRebuild : false
4849publish :
49- provider : generic
50- url : https://updates.flowinity.com
50+ provider : github
51+ protocol : https
5152electronDownload :
5253 mirror : https://npmmirror.com/mirrors/electron/
Original file line number Diff line number Diff line change 11{
22 "name" : " flowinity" ,
3- "version" : " 1.0.9 " ,
3+ "version" : " 1.0.10 " ,
44 "description" : " Flowinity Desktop" ,
55 "main" : " ./out/main/index.js" ,
66 "author" : " Flowinity" ,
You can’t perform that action at this time.
0 commit comments