Skip to content

Commit

Permalink
finalize update
Browse files Browse the repository at this point in the history
  • Loading branch information
Official-Husko committed Jun 22, 2024
1 parent f8b4528 commit 5f966b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@4

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.12.4 # Specify the Python version you need

Expand All @@ -41,7 +41,7 @@ jobs:
main.py
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nn-downloader-windows
path: dist/NN-Downloader.exe # Adjust the path to your executable relative to the root of the repository
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Welcome to the successor of the [multporn image downloader v1][2] & [v2][1] and most downloaders out there regarding "NSFW" material. The NN-Downloader or Naughty-Naughty-Downloader (yes very creative I know) supports multiple sites with their official API (if available), and proxies and it's also portable.

> [!NOTE]
> This project is built using Github Actions for full transparency on the build process.
### Preview
![preview](https://github.com/Official-Husko/NN-Downloader/blob/dev/preview/preview.gif)

Expand All @@ -15,7 +18,6 @@ Welcome to the successor of the [multporn image downloader v1][2] & [v2][1] and
- AI Training Compatible
- Avoid Duplicates
- Fast & Efficient Downloads
- Customizable

<br />

Expand Down

0 comments on commit 5f966b0

Please sign in to comment.