Skip to content

Commit

Permalink
Merge pull request #11 from VendroidEnhanced/i-hate-github
Browse files Browse the repository at this point in the history
  • Loading branch information
nin0-dev authored May 1, 2024
2 parents fab60e2 + 1e76630 commit 7244494
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/blank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Blank issue
description: Open a blank issue. Only for contributors or if explicitly allowed by one.
title: "<title>"

body:
- type: markdown
attributes:
value: |
> [!CAUTION]
> ## ONLY OPEN A BLANK ISSUE if you:
> - are a VendroidEnhanced contributor
> - are a Vencord (upstream) contributor
> - were explicitly told to do so by a contributor or org member.
> If you don't meet the conditions, please use the other templates.
>
> **If you open a blank issue without meeting these conditions, you will be blocked from the repository.**
- type: textarea
id: description
attributes:
label: Issue content
validations:
required: true
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: app
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ However, if you currently want to use a mobile mod, you can use [Aliucord](https

## Download

> [!WARNING]





[Here!](https://github.com/VendroidEnhanced/Vendroid/releases/latest/download/app-release.apk)

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/raw/vencord_mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
Object.assign(document.createElement("link"), {
rel: "stylesheet",
type: "text/css",
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css"
href: "https://github.com/Vendicated/Vencord/releases/download/devbuild/browser.css",
href: "https://raw.githubusercontent.com/VendroidEnhanced/Vencord/main/src/utils/fixes.css"
})
), { once: true });
})();

0 comments on commit 7244494

Please sign in to comment.