1
0
Fork 0

Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
nin0dev 2024-05-02 07:51:06 -04:00
commit dd0bb8be18
4 changed files with 29 additions and 4 deletions

23
.github/ISSUE_TEMPLATE/blank.yml vendored Normal file
View file

@ -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

View file

@ -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

View file

@ -23,8 +23,10 @@ However, if you currently want to use a mobile mod, you can use [Aliucord](https
## Download
> [!WARNING]
> After finishing the setup wizard, Discord may not load. This only happens at that moment, you have to restart the app to load Discord.
[Here!](https://github.com/VendroidEnhanced/Vendroid/releases/latest/download/app-release.apk)

View file

@ -39,7 +39,7 @@
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/VendroidEnhanced/Vencord/releases/download/css/browser.css"
})
), { once: true });
})();