aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 23:22:55 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 23:22:55 +0530
commit086f5bd599ccbb305e83b5c6aae9a562dba67196 (patch)
tree00bf05d77a4c306d68cf26d9789ce58c5b319578
parentFix rename of files and folders from 'Ferdi' to 'Ferdium' (diff)
downloadferdium-app-086f5bd599ccbb305e83b5c6aae9a562dba67196.tar.gz
ferdium-app-086f5bd599ccbb305e83b5c6aae9a562dba67196.tar.zst
ferdium-app-086f5bd599ccbb305e83b5c6aae9a562dba67196.zip
Changed license filename and the new license-holders
-rw-r--r--LICENSE.md (renamed from LICENSE)2
-rw-r--r--build-helpers/notarize.js2
-rw-r--r--electron-builder.yml4
-rw-r--r--package.json4
-rw-r--r--src/dev-app-update.yml4
5 files changed, 8 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE.md
index 0f43161d7..5d774cccb 100644
--- a/LICENSE
+++ b/LICENSE.md
@@ -186,7 +186,7 @@
186 same "printed page" as the copyright notice for easier 186 same "printed page" as the copyright notice for easier
187 identification within third-party archives. 187 identification within third-party archives.
188 188
189 Copyright 2017 Stefan Malzner 189 Copyright 2022 Ferdium Contributors
190 190
191 Licensed under the Apache License, Version 2.0 (the "License"); 191 Licensed under the Apache License, Version 2.0 (the "License");
192 you may not use this file except in compliance with the License. 192 you may not use this file except in compliance with the License.
diff --git a/build-helpers/notarize.js b/build-helpers/notarize.js
index 6a4116495..eaef75e19 100644
--- a/build-helpers/notarize.js
+++ b/build-helpers/notarize.js
@@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
10 const { notarize } = require('electron-notarize'); 10 const { notarize } = require('electron-notarize');
11 11
12 await notarize({ 12 await notarize({
13 appBundleId: 'com.kytwb.ferdium', 13 appBundleId: 'org.ferdium.ferdium-app',
14 appPath: `${appOutDir}/${appName}.app`, 14 appPath: `${appOutDir}/${appName}.app`,
15 ascProvider: 'B6J9X9DWFL', 15 ascProvider: 'B6J9X9DWFL',
16 appleId: process.env.APPLEID, 16 appleId: process.env.APPLEID,
diff --git a/electron-builder.yml b/electron-builder.yml
index a1d58cd10..ebe16b29c 100644
--- a/electron-builder.yml
+++ b/electron-builder.yml
@@ -2,7 +2,7 @@ directories:
2 app: ./build 2 app: ./build
3 output: ./out 3 output: ./out
4 4
5appId: "com.kytwb.ferdium" 5appId: "org.ferdium.ferdium-app"
6 6
7mac: 7mac:
8 hardenedRuntime: true 8 hardenedRuntime: true
@@ -42,7 +42,7 @@ win:
42 arch: [x64, ia32] 42 arch: [x64, ia32]
43 - target: portable 43 - target: portable
44 arch: [x64, ia32] 44 arch: [x64, ia32]
45 publisherName: "Amine Mouafik" 45 publisherName: "Ferdium Contributors"
46 46
47linux: 47linux:
48 icon: ./build-helpers/images/icons 48 icon: ./build-helpers/images/icons
diff --git a/package.json b/package.json
index 6e6105a05..b0442d7a5 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "appId": "org.ferdium.ferdium-app", 5 "appId": "org.ferdium.ferdium-app",
6 "version": "5.8.2-nightly.7", 6 "version": "5.8.2-nightly.7",
7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 7 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
8 "copyright": "kytwb", 8 "copyright": "org.ferdium",
9 "main": "index.js", 9 "main": "index.js",
10 "homepage": "https://github.com/ferdium/ferdium-app", 10 "homepage": "https://github.com/ferdium/ferdium-app",
11 "repository": "https://github.com/ferdium/ferdium-app.git", 11 "repository": "https://github.com/ferdium/ferdium-app.git",
@@ -41,7 +41,7 @@
41 "add-crowdin-contributors": "ts-node scripts/add-crowdin-contributors.ts" 41 "add-crowdin-contributors": "ts-node scripts/add-crowdin-contributors.ts"
42 }, 42 },
43 "keywords": [], 43 "keywords": [],
44 "author": "Amine Mouafik <amine@mouafik.fr>", 44 "author": "Ferdium Contributors",
45 "license": "Apache-2.0", 45 "license": "Apache-2.0",
46 "dependencies": { 46 "dependencies": {
47 "@adonisjs/ace": "^5.0.8", 47 "@adonisjs/ace": "^5.0.8",
diff --git a/src/dev-app-update.yml b/src/dev-app-update.yml
index d801cea22..2068d6ccc 100644
--- a/src/dev-app-update.yml
+++ b/src/dev-app-update.yml
@@ -1,3 +1,3 @@
1owner: kytwb 1owner: ferdium
2repo: ferdium 2repo: ferdium-app
3provider: github 3provider: github