Skip to content

Commit 612c237

Browse files
chore: migrate links and updater config to AroCrypt org
1 parent 3f4d540 commit 612c237

9 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: OfficialAroCodes
3+
github: AroCrypt
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Get updates from GitHub Releases or the official site:
158158

159159
## 🐛 Reporting Issues
160160
Found a bug or have a feature request? Open an issue here:
161-
https://github.com/OfficialAroCodes/AroCrypt/issues
161+
https://github.com/AroCrypt/app/issues
162162

163163
---
164164

README.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ macOS предупреждает о приложениях без Apple Develope
150150
- AroCrypt бесплатный и открытый.
151151

152152
### Обновления
153-
Следите за [релизами на GitHub](https://github.com/OfficialAroCodes/AroCrypt/releases/latest) или [официальный сайт](https://arocrypt.vercel.app/download).
153+
Следите за [релизами на GitHub](https://github.com/AroCrypt/app/releases/latest) или [официальный сайт](https://arocrypt.vercel.app/download).
154154

155155
---
156156

157157
## 🐛 Сообщить об ошибке
158-
Нашли баг или хотите предложить функцию? [Создайте issue](https://github.com/OfficialAroCodes/AroCrypt/issues)
158+
Нашли баг или хотите предложить функцию? [Создайте issue](https://github.com/AroCrypt/app/issues)
159159

160160
---
161161

electron-builder.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"publish": [
1818
{
1919
"provider": "github",
20-
"owner": "OfficialAroCodes",
21-
"repo": "AroCrypt",
20+
"owner": "AroCrypt",
21+
"repo": "app",
2222
"private": false
2323
}
2424
],

electron/main/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ function configureAutoUpdater() {
6868

6969
autoUpdater.setFeedURL({
7070
provider: "github",
71-
owner: "OfficialAroCodes",
72-
repo: "arocrypt",
71+
owner: "AroCrypt",
72+
repo: "app",
7373
});
7474

7575
autoUpdater.logger = {

electron/main/utils/db/DBService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// DBManager.ts
21
import path from "path";
32
import fs from "fs-extra";
43
import { app, dialog } from "electron";

src/Components/AboutWindow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export default function AboutWindow(): JSX.Element {
1010
<div className="about_window">
1111
<img src="./logo/logo.png" alt="Logo" className="about_main_logo" />
1212
<div className="text_details">
13-
<h1>AroCrypt <span onClick={() => useOpenLink(`https://github.com/OfficialAroCodes/arocrypt/releases`)}>v{appVersion}</span></h1>
13+
<h1>AroCrypt <span onClick={() => useOpenLink(`https://github.com/AroCrypt/app/releases`)}>v{appVersion}</span></h1>
1414
<p className="app_info">{t("about_page_info")}</p>
15-
<p className="dev_info">{t('about_dev_info')} <a onClick={() => useOpenLink("https://github.com/OfficialAroCodes")}>AroCodes</a>.</p>
15+
<p className="dev_info">{t('about_dev_info')} <a onClick={() => useOpenLink("https://github.com/OfficialAroCodes")}>AroCodes</a>.</p>
1616
</div>
1717
</div>
1818
);

src/Components/BottomInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ const BottomInfo = () => {
1010
<div className="bottominfo_position">
1111
<div className="bottominfo">
1212
<p className="bottominfo_text">
13-
<a onClick={() => useOpenLink("https://github.com/OfficialAroCodes/")}>{t("developed_by")} AroCodes</a>
13+
<a onClick={() => useOpenLink("https://github.com/OfficialAroCodes")}>{t("developed_by")} AroCodes</a>
1414
<a
1515
onClick={() =>
1616
useOpenLink(
17-
"https://github.com/OfficialAroCodes/arocrypt/releases"
17+
"https://github.com/AroCrypt/app/releases"
1818
)
1919
}
2020
className="small"

src/Components/MainDropDown.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function MainDropDown({ isShown }: dropdown): JSX.Element {
2525
<button
2626
className="dropdown_button re"
2727
onClick={() =>
28-
useOpenLink("https://github.com/OfficialAroCodes/AroCrypt/")
28+
useOpenLink("https://github.com/AroCrypt/app")
2929
}
3030
>
3131
<div className="content">
@@ -36,7 +36,7 @@ export default function MainDropDown({ isShown }: dropdown): JSX.Element {
3636
<button
3737
className="dropdown_button re"
3838
onClick={() =>
39-
useOpenLink("https://github.com/sponsors/OfficialAroCodes")
39+
useOpenLink("https://github.com/sponsors/AroCrypt")
4040
}
4141
>
4242
<div className="content">
@@ -61,7 +61,7 @@ export default function MainDropDown({ isShown }: dropdown): JSX.Element {
6161
<button
6262
className="dropdown_button re"
6363
onClick={() =>
64-
useOpenLink("https://github.com/OfficialAroCodes/arocrypt/issues")
64+
useOpenLink("https://github.com/AroCrypt/app/issues")
6565
}
6666
>
6767
<div className="content">

0 commit comments

Comments
 (0)