Skip to content

Commit

Permalink
feat: replace source logo with one including the DeArrow logo
Browse files Browse the repository at this point in the history
  • Loading branch information
netux committed Apr 9, 2024
1 parent 08004a4 commit 084f664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions YoutubeConfig.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const FUTO_YOUTUBE_SOURCE_ID = '35ae969a-a7db-11ed-afa1-0242ac120002';
const FORK_YOUTUBE_SOURCE_ID = '35ae969a-a7db-11ed-afa1-00000d346603';

const RELEASE = Object.freeze({
USES_ALTERNATIVE_METADATA: 'uses-alternative-metadata',
STANDARD: 'standard'
STANDARD: 'standard',
USES_ALTERNATIVE_METADATA: 'uses-alternative-metadata'
});

const release = process.env.SOURCE_RELEASE_TYPE;
Expand All @@ -30,7 +30,7 @@ export default {
"versionForkMinor": release === RELEASE.USES_ALTERNATIVE_METADATA
? packageVersion[1]
: undefined,
"iconUrl": "https://raw.githubusercontent.com/netux/grayjay-source-youtube/with-dearrow/youtube.png",
"iconUrl": "https://raw.githubusercontent.com/netux/grayjay-source-youtube/with-dearrow/youtube_dearrow.png",
"id": release === RELEASE.USES_ALTERNATIVE_METADATA
? FUTO_YOUTUBE_SOURCE_ID
: FORK_YOUTUBE_SOURCE_ID,
Expand Down
Binary file removed youtube.png
Binary file not shown.
Binary file added youtube_dearrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 084f664

Please sign in to comment.