From 59900d77be9bd7e91af00b37c0ecbc05dde5e395 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 11:31:53 +0530 Subject: [PATCH 1/8] configure electron builder to build for arm64 linux --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index efbba5084..29076b890 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "pacman", "tar.gz" ], + "arch":["x64","arm64"], "icon": "./build/icon.icns", "category": "Photography" }, From 31cad29d69c3aa4935b04032eb8cc9fbf6504adf Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 11:36:12 +0530 Subject: [PATCH 2/8] v1.6.59-alpha.0 --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29076b890..ede57af0b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ente", "productName": "ente", - "version": "1.6.58", + "version": "1.6.59-alpha.0", "private": true, "description": "Desktop client for ente.io", "main": "app/main.js", @@ -19,7 +19,10 @@ "pacman", "tar.gz" ], - "arch":["x64","arm64"], + "arch": [ + "x64", + "arm64" + ], "icon": "./build/icon.icns", "category": "Photography" }, From c0a74160b74643933fe1c03345d5bdcca9877035 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 12:07:42 +0530 Subject: [PATCH 3/8] fix electron builder config issue --- package.json | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ede57af0b..1d0620a52 100644 --- a/package.json +++ b/package.json @@ -13,16 +13,36 @@ }, "linux": { "target": [ - "AppImage", - "deb", - "rpm", - "pacman", + { + "target": "AppImage", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "deb", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "rpm", + "arch": [ + "x64", + "arm64" + ] + }, + { + "target": "pacman", + "arch": [ + "x64", + "arm64" + ] + }, "tar.gz" ], - "arch": [ - "x64", - "arm64" - ], "icon": "./build/icon.icns", "category": "Photography" }, From f230e0e7334b9ba0fc34539a9830528f0f6447ca Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 12:08:03 +0530 Subject: [PATCH 4/8] v1.6.59-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d0620a52..0aa403441 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ente", "productName": "ente", - "version": "1.6.59-alpha.0", + "version": "1.6.59-alpha.1", "private": true, "description": "Desktop client for ente.io", "main": "app/main.js", From 784217dc0e853874c3520dc05249aafd7da0e7fe Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 12:20:33 +0530 Subject: [PATCH 5/8] update artifactName to include arch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0aa403441..9b42b22cd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "app/main.js", "build": { "appId": "io.ente.bhari-frame", - "artifactName": "${productName}-${version}.${ext}", + "artifactName": "${productName}-${version}-${arch}.${ext}", "nsis": { "deleteAppDataOnUninstall": true }, From 80e712404731043a548f8fd3be8dc0a3c2cd80b8 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 12:22:43 +0530 Subject: [PATCH 6/8] v1.6.59-alpha.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b42b22cd..388028eed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ente", "productName": "ente", - "version": "1.6.59-alpha.1", + "version": "1.6.59-alpha.2", "private": true, "description": "Desktop client for ente.io", "main": "app/main.js", From 0108e9672cb5fb60f7e8efd685500b2f23fa9bb9 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 12:40:20 +0530 Subject: [PATCH 7/8] remove unneeded tar.gz --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 388028eed..52526f16a 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,7 @@ "x64", "arm64" ] - }, - "tar.gz" + } ], "icon": "./build/icon.icns", "category": "Photography" From 76783285203923f8585e75fd65a9b8b3c0049b55 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 14 Dec 2023 12:43:50 +0530 Subject: [PATCH 8/8] v1.6.59-beta.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52526f16a..ab815156d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ente", "productName": "ente", - "version": "1.6.59-alpha.2", + "version": "1.6.59-beta.0", "private": true, "description": "Desktop client for ente.io", "main": "app/main.js",