Skip to content

Commit

Permalink
chore: update owner name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciensprog committed Apr 22, 2024
1 parent 52d2b9e commit c44363d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 YoJellyFish
Copyright (c) 2024 Ciensprog

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 1 addition & 2 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ const config: ForgeConfig = {
rebuildConfig: {},
makers: [
new MakerSquirrel({
iconUrl:
'https://raw.githubusercontent.com/YoJellyfish/Aerial-Launcher/main/icon.ico',
iconUrl: `https://raw.githubusercontent.com/${packageJson.author.name}/Aerial-Launcher/main/icon.ico`,
setupIcon: 'icon.ico',
}),
],
Expand Down
8 changes: 4 additions & 4 deletions src/config/about/links.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const repositoryURL =
'https://github.com/YoJellyfish/Aerial-Launcher'
import packageJson from '../../../package.json'

export const repositoryReleasesURL =
'https://github.com/YoJellyfish/Aerial-Launcher/releases'
export const repositoryURL = `https://github.com/${packageJson.author.name}/Aerial-Launcher`

export const repositoryReleasesURL = `https://github.com/${packageJson.author.name}/Aerial-Launcher/releases`

0 comments on commit c44363d

Please sign in to comment.