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

explode #11

Merged
merged 8 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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 });
})();
Loading