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

Commit 5cee58e

Browse files
v4.1.0: SANS!!! SANS UNDERTALE!!!
1 parent 1078c39 commit 5cee58e

20 files changed

Lines changed: 29 additions & 16 deletions

Among-Us-Dumpy-Gif-Maker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
33

44
_pkgname="among-us-dumpy-gif-maker"
5-
_pkgver="4.0.0"
5+
_pkgver="4.1.0"
66
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
77

88
pkgname="${_pkgname}"

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Based off of: https://daveparrish.net/posts/2019-11-16-Better-AppImage-PKGBUILD-template.html
33

44
_pkgname="among-us-dumpy-gif-maker"
5-
_pkgver="4.0.0"
5+
_pkgver="4.1.0"
66
_jar="Among-Us-Dumpy-Gif-Maker-${_pkgver}-all.jar"
77

88
pkgname="${_pkgname}"

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<p align="center">
2121
<a href="https://voring.me/@thatonecalculator" target="blank"><img src="https://shields.io/badge/follow-@thatonecalculator-3088D4?logo=mastodon&style=for-the-badge" alt="voring.me (mastodon)"/></a>
2222
<a href="https://twitter.com/pixer415" target="blank"><img src="https://shields.io/badge/follow-@pixer415-1DA1F2?logo=twitter&style=for-the-badge" alt="twitter"/></a>
23-
<h6 align="center"> With help from <a href="https://twitter.com/twistCMYK">twistCMYK</a>, karl-police, and auguwu!</h6>
23+
<h6 align="center"> With help from <a href="https://twitter.com/twistCMYK">twistCMYK</a>, <a href="https://twitter.com/CocotheMunchkin">Coco</a>, karl-police, and auguwu!</h6>
2424
<div align="center"> <img src="https://cdn.discordapp.com/icons/849516341933506561/a_d4c89d8bd30a116e8ea3808478f73387.gif" height=100></div>
2525
</p>
2626

2727
### Please credit this repository when you use this program!
28-
##### Current version: 4.0.0
28+
##### Current version: 4.1.0
2929

3030
### Testimonials
3131

@@ -53,13 +53,13 @@
5353

5454
To everyone else:
5555

56-
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.0.0/Among-Us-Dumpy-Gif-Maker-4.0.0-all.jar)!
56+
### Make sure to [download the jar](https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker/releases/download/v4.1.0/Among-Us-Dumpy-Gif-Maker-4.1.0-all.jar)!
5757

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

6161
### CLI usage:
62-
- `java -jar Among-Us-Dumpy-Gif-Maker-4.0.0-all.jar <flags>`
62+
- `java -jar Among-Us-Dumpy-Gif-Maker-4.1.0-all.jar <flags>`
6363
All flags are optional.
6464
Flags:
6565
```
@@ -68,7 +68,7 @@ Flags:
6868
--file <arg> Path to file, hides file picker
6969
--help Shows this message
7070
--lines <arg> Changes the number of lines (defaults to 10)
71-
--mode <arg> Crewmate mode, currently supports default, furry, isaac, and bounce
71+
--mode <arg> Crewmate mode, currently supports default, furry, sans, isaac, and bounce
7272
```
7373

7474
### From source:
@@ -79,7 +79,7 @@ git clone https://github.com/ThatOneCalculator/Among-Us-Dumpy-Gif-Maker
7979
cd Among-Us-Dumpy-Gif-Maker
8080
gradle wrapper
8181
./gradlew shadowJar # .\gradelw.bat shadowJar if you're on Windows
82-
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.0.0-all.jar
82+
java -jar ./build/libs/Among-Us-Dumpy-Gif-Maker-4.1.0-all.jar
8383
```
8484

8585
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.

among-us-dumpy-gif-maker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-4.0.0-all.jar $@
3+
/usr/bin/java -jar /usr/lib/Among-Us-Dumpy-Gif-Maker-4.1.0-all.jar $@

bin/main/dumpy/0_sans.png

3.68 KB
Loading

bin/main/dumpy/1_sans.png

4.02 KB
Loading

bin/main/dumpy/2_sans.png

3.87 KB
Loading

bin/main/dumpy/3_sans.png

3.17 KB
Loading

bin/main/dumpy/4_sans.png

3.62 KB
Loading

bin/main/dumpy/5_sans.png

3.6 KB
Loading

0 commit comments

Comments
 (0)