File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ async function createWindow() {
215
215
log . info ( `Electron UserData: ${ app . getPath ( 'userData' ) } ` ) ;
216
216
217
217
// Create the server
218
- const port = await server ( 2023 , log , win ) ;
218
+ const port = await server ( 2024 , log , win ) ;
219
219
// createNotification('Proxy Server', `Proxy server started on port ${port}`);
220
220
const tray = createTray ( win , port ) ;
221
221
Original file line number Diff line number Diff line change 26
26
"productName" : " DiscordBotClient" ,
27
27
"artifactName" : " ${productName}-${os}-${arch}.${ext}" ,
28
28
"electronVersion" : " 15.5.7" ,
29
- "copyright" : " Copyright © 2023 Elysia#1782 " ,
29
+ "copyright" : " Copyright © 2024 @elysia.dev " ,
30
30
"mac" : {
31
31
"category" : " public.app-category.social-networking" ,
32
32
"target" : [
62
62
},
63
63
"author" : {
64
64
"name" : " aiko-chan-ai" ,
65
- "email" : " DiscordBotClient@aiko .com"
65
+ "email" : " Aiko@shiroko.onmicrosoft .com"
66
66
},
67
67
"repository" : {
68
68
"url" : " https://github.com/aiko-chan-ai/DiscordBotClient/"
You can’t perform that action at this time.
0 commit comments