Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
v4.2.1: optimized images
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Jan 22, 2022
1 parent 03b5403 commit 3ce3252
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Among-Us-Dumpy-Gif-Maker
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html

_pkgname="among-us-dumpy-gif-maker"
_pkgver="4.2.0"
_pkgver="4.2.1"
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"

pkgname="${_pkgname}"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html

_pkgname="among-us-dumpy-gif-maker"
_pkgver="4.2.0"
_pkgver="4.2.1"
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"

pkgname="${_pkgname}"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<p align="center">
<a rel="me" href="https://voring.me/@thatonecalculator"><img src="https://shields.io/mastodon/follow/106683823610478858?domain=https%3A%2F%2Fvoring.me%2F&logo=mastodon&style=for-the-badge&color=3088D4" alt="voring.me (mastodon)"/></a>
<a href="https://twitter.com/pixer415" target="blank"><img src="https://img.shields.io/twitter/follow/pixer415?logo=twitter&style=for-the-badge&color=1DA1F2" alt="that1calculator"/></a>
<h6 align="center"> With help from <a href="https://twitter.com/twistCMYK">twistCMYK</a>, <a href="https://twitter.com/CocotheMunchkin">Coco</a>, <a href="https://twitter.com/AdvosArt">Advos</a>, karl-police, and auguwu!<br><br>v4.2.0</h6>
<h6 align="center"> With help from <a href="https://twitter.com/twistCMYK">twistCMYK</a>, <a href="https://twitter.com/CocotheMunchkin">Coco</a>, <a href="https://twitter.com/AdvosArt">Advos</a>, karl-police, and auguwu!<br><br>v4.2.1</h6>
<div align="center"> <img src="https://cdn.discordapp.com/icons/849516341933506561/a_d4c89d8bd30a116e8ea3808478f73387.gif" height=100></div>
</p>

Expand Down Expand Up @@ -68,13 +68,13 @@ Bots: <a href="https://python.org"><img src="https://upload.wikimedia.org/wikipe

To everyone else:

### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.2.0/Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar)!
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.2.1/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar)!

### Basic usage:
Click and open the jar, select the file, and a file called "dumpy.gif" will be made in the same folder as the jar.

### CLI usage:
- `java -jar Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar <flags>`
- `java -jar Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar <flags>`
All flags are optional.
Flags:
```
Expand All @@ -94,7 +94,7 @@ git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
cd Among-Us-Dumpy-Gif-Maker
gradle wrapper
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar
```

Please note that the Discord/Revolt bots are not designed to be self-hosted, and I will not be providing support for self-hosting them.
2 changes: 1 addition & 1 deletion among-us-dumpy-gif-maker
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-4.2.0-all.jar $@
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-4.2.1-all.jar $@
2 changes: 1 addition & 1 deletion bots/discord_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
statcordkey = dotenv_values(".env")["STATCORD"]

upsince = datetime.datetime.now()
version = "4.2.0"
version = "4.2.1"

intents = disnake.Intents.default()
bot = commands.AutoShardedBot(
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "dev.t1c.amogus"
version = "4.2.0"
version = "4.2.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 3ce3252

Please sign in to comment.