Skip to content

Version 2.4.6 (with Windows Installer!)

Latest
Compare
Choose a tag to compare
@wwyaiykycnf wwyaiykycnf released this 26 Jun 05:55
· 20 commits to master since this release

Improvements/New Features

Windows Installer for e621dl standalone executable (issue #23) Windows users who do not have or wish to use Python may download the MSI in this release and install a standalone copy of e621dl.

Windows users wishing to use this copy should run the MSI then run the program using one of the following methods:

  1. double-click Run_e621dl_In_Windows.bat in the e621dl install directory -OR-
  2. open a command prompt in the e621dl install directory and run e621dl.exe
    (double-clicking e621dl.exe will open and then instantly close it, before you can read anything)

Note: e621dl install directory above refers to the directory to which e621dl was installed, which by default should be C:\Program Files (x86)\e621dl

All other platforms (OSX, Linux, etc) should simply download the source code and run e621dl.py

Bug Fixes

All Users: The program now correctly creates config.txt and tags.txt upon first run. (issue #22)

Details

Please see the notes in commit f570309 for information regarding the new directory in this repo, build/. In short, it contains the tools required to create a windows installer (msi). Dependencies include cx_freeze and pywin32.

Issue #22 was easily fixed, being basically caused by negligence and lazy testing after some refactoring for the previous version.