Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wine install script 404's on notepad++ download #18

Open
SuperStormer opened this issue Aug 3, 2020 · 0 comments · May be fixed by #21
Open

Wine install script 404's on notepad++ download #18

SuperStormer opened this issue Aug 3, 2020 · 0 comments · May be fixed by #21

Comments

@SuperStormer
Copy link

SuperStormer commented Aug 3, 2020

wine.sh tries to download 2 files for notepad++:

wget -O /tmp/notepad32.7z https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.bin.7z
wget -O /tmp/notepad64.7z https://notepad-plus-plus.org/repository/7.x/7.5.1/npp.7.5.1.bin.x64.7z

Both of these files don't exist anymore and cause a 404 error. These links should probably be replaced with something from https://github.com/notepad-plus-plus/notepad-plus-plus/releases.

MaggieFero added a commit to MaggieFero/stego-toolkit that referenced this issue Oct 9, 2020
Fixed DominicBreuker#18 by replacing the old Notepad++ URLs on notepad-plus-plus.org with links to download the current version from Github. The [Notepad++ website's release page](https://notepad-plus-plus.org/downloads/v7.9/) now also uses links to Github instead of same-domain links, so they seem to be canonical.
@MaggieFero MaggieFero linked a pull request Oct 9, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant