Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yt newest version all patches work except icon #98

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
2cb7be2
Add files via upload
steel101 Nov 20, 2024
5cafc36
Add files via upload
steel101 Nov 20, 2024
bc36fa8
Add files via upload
steel101 Nov 20, 2024
040ed5d
Add files via upload
steel101 Nov 20, 2024
2b8223f
Add files via upload
steel101 Nov 20, 2024
551a7c0
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
534cb82
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
0c1620d
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
49fe65d
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
556c4e9
Add files via upload
steel101 Nov 20, 2024
05481dc
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
8dc4a9f
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
727b867
Add files via upload
steel101 Nov 20, 2024
c4c062d
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
dd5f80b
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
31c985e
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
4372976
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
5b10f80
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
b7f227d
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
1ba04a6
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
826b457
Delete src/main/resources/youtube/branding/revancify_blue/launcher/mi…
steel101 Nov 20, 2024
af2bbeb
Update CustomBrandingIconPatch.kt
steel101 Nov 20, 2024
25a3ca6
Add files via upload
steel101 Nov 20, 2024
aa296f4
Create main.yml
steel101 Nov 20, 2024
5680311
Create main1.yml
steel101 Nov 20, 2024
50a3988
Create node.js.yml
steel101 Nov 20, 2024
ed62177
Delete .github/workflows/discord_ping_on_release.yml
steel101 Nov 20, 2024
b3a4170
Delete .github/workflows/node.js.yml
steel101 Nov 20, 2024
cacadc1
Delete .github/workflows/main.yml
steel101 Nov 20, 2024
abd7767
Update main1.yml
steel101 Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .github/workflows/discord_ping_on_release.yml

This file was deleted.

53 changes: 53 additions & 0 deletions .github/workflows/main1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- main
- dev

jobs:
release:
name: Release
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Make sure the release step uses its own credentials:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0

- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"

- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build clean

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: 'npm'

- name: Install dependencies
run: npm install


- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm exec semantic-release
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ object CustomBrandingIconPatch : BaseResourcePatch(
private val mipmapDirectories = sizeArray.map { "mipmap-$it" }

private val launcherIconResourceFileNames = arrayOf(
"adaptiveproduct_youtube_background_color_108",
"adaptiveproduct_youtube_foreground_color_108",
"adaptiveproduct_youtube_2024_q4_background_color_108",
"adaptiveproduct_youtube_2024_q4_foreground_color_108",
"ic_launcher",
"ic_launcher_round"
).map { "$it.png" }.toTypedArray()
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.