File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# These are supported funding model platforms
22
3- github : OfficialAroCodes
3+ github : AroCrypt
44patreon : # Replace with a single Patreon username
55open_collective : # Replace with a single Open Collective username
66ko_fi : # Replace with a single Ko-fi username
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ Get updates from GitHub Releases or the official site:
158158
159159## 🐛 Reporting Issues
160160Found 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717 "publish" : [
1818 {
1919 "provider" : " github" ,
20- "owner" : " OfficialAroCodes " ,
21- "repo" : " AroCrypt " ,
20+ "owner" : " AroCrypt " ,
21+ "repo" : " app " ,
2222 "private" : false
2323 }
2424 ],
Original file line number Diff line number Diff 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 = {
Original file line number Diff line number Diff line change 1- // DBManager.ts
21import path from "path" ;
32import fs from "fs-extra" ;
43import { app , dialog } from "electron" ;
Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments