Skip to content

Commit

Permalink
inb4 this breaks all my plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakowint authored Jul 22, 2024
1 parent ae89969 commit 6e93cc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Good luck and Godspeed.

"bUt tHis iSnT a rEaL liCenSe iT wOnT hOlD uP iN cOUrT" MBIC these are literally plugins
2 changes: 1 addition & 1 deletion StartupChannel/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.0.2"
version = "1.0.3"
description = "Go to a certain channel on app startup"
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ subprojects {
apply(plugin = "com.aliucord.gradle")
apply(plugin = "kotlin-android")

//

aliucord {
author("Animal", 118437263754395652L)
author("nyakowint", 118437263754395652L)
updateUrl.set("https://raw.githubusercontent.com/nyakowint/AliuPlugins/builds/updater.json")
buildUrl.set("https://raw.githubusercontent.com/nyakowint/AliuPlugins/builds/%s.zip")
}
Expand Down
2 changes: 1 addition & 1 deletion new.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name="$1"
first_char="$(printf %.1s "$name")"
[ "$(echo "$first_char" | tr "[:lower:]" "[:upper:]")" != "$first_char" ] && { >&2 echo "Name must be PascalCase"; exit 1; }

d="$name/src/main/kotlin/me/aniimalz/plugins"
d="$name/src/main/kotlin/dev/nyakoo/plugins"
new="$d/$name.kt"

set -x
Expand Down

0 comments on commit 6e93cc8

Please sign in to comment.