Skip to content

Commit 01e3908

Browse files
committed
cleaning
- build support drop (more info in README) - files sorting - splitted asset files for readme from source code. now it's available on src folder
1 parent fe28c3e commit 01e3908

File tree

13 files changed

+137
-602
lines changed

13 files changed

+137
-602
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
<center><img src="preview.gif" height="300" alt="Gif Validator preview" /></center>
1+
<center><img src="assets/preview.gif" height="300" alt="Gif Validator preview" /></center>
22

33

44
# 💀 GIF Validator
55
GIF Validator is a utility tool that checks your favorite gifs on Discord and identifies any that are no longer available. This ensures your gif collection remains up-to-date and clean from broken links.
6+
> [!IMPORTANT]
7+
> This script is provided as-is and might stop working at any moment. (by for example Discord updating their structure) Please use it at your own risk.
68
79
## ❗ Requirements
8-
If you wish to use original JS files (for example if you don't trust the EXE file) you will need:
10+
To launch the script you will need:
911
- [Node.js](https://nodejs.org/en/) [v21.6.1 or higher]
1012
- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (or any other package manager like yarn/pnpm)
1113

@@ -26,13 +28,6 @@ To start using Gif Validator:
2628

2729
The script will validate your gifs and remove any that are no longer available leaving you with a clean collection!
2830

29-
## 📖 How to Build
31+
## ~~📖 How to Build~~
3032

31-
<b>❗ OFFICIAL SUPPORT IS AVAILABLE ONLY FOR WINDOWS</b>
32-
If you have any major Linux Distro (Like Ubuntu, Debian etc.), please make a pull request with needed dependencies, scripts and configuration files for build to work on them!
33-
34-
Building is fairly simple, just use the following command:
35-
```bash
36-
npm run build-win
37-
```
38-
...or open the `build.bat` file in the root of the repository.
33+
**Currently building support has been dropped even for Windows until stable and crossplatform solution will be found. (suggestions on Issues page are welcome)**
File renamed without changes.

build.bat

Lines changed: 0 additions & 20 deletions
This file was deleted.

clear.bat

Lines changed: 0 additions & 5 deletions
This file was deleted.

index.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)