Skip to content

Commit 51276aa

Browse files
committed
1.0.10
1 parent 470d7a5 commit 51276aa

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
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+

electron-builder.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ mac:
3131
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
3232
notarize: false
3333
target:
34-
- default
34+
target: default
35+
arch: universal
3536
dmg:
3637
artifactName: ${name}-${version}.${ext}
3738
linux:
@@ -46,7 +47,7 @@ appImage:
4647
artifactName: ${name}-${version}.${ext}
4748
npmRebuild: false
4849
publish:
49-
provider: generic
50-
url: https://updates.flowinity.com
50+
provider: github
51+
protocol: https
5152
electronDownload:
5253
mirror: https://npmmirror.com/mirrors/electron/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)