Re: WiiDownloader 1.7.5

Ayatus a écrit:What's the license of your program?
I made all in Visual Studio 2010
All source code (that I need to update to latest version) is linked on gbatemp page.
You are askinkg for that or other?
Site officiel français de WiiFlow et ses thèmes
https://tgames.fr/
https://tgames.fr/logicielswii/wiidownloader-5-4-t11677-25.html
Ayatus a écrit:What's the license of your program?
Ayatus a écrit:This is the same link to the source code and changelog on GBAtemp.
Will not break the head with licenses, it was just a simple question.
Ayatus a écrit:Why not use default strings if language files or strings are missing?
[language]
CountryId=FRA iso 3166-1 alpha-3 for France
CountryDisplay=Français for french
#!/bin/bash
oldIFS="$IFS" # sauvegarde du séparateur de champ
IFS=$'\n' # nouveau séparateur de champ, le caractère fin de ligne
for fichier
do
printf "%-32.32s %8d → " $(basename $fichier) $(du -b "$fichier" | cut -f1)
(which optipng && optipng -o7 "$fichier") > /dev/null
(which advpng && advpng -z4 "$fichier") > /dev/null
(which pngout && pngout -ks "$fichier") > /dev/null
(which deflopt && deflopt "$fichier") > /dev/null
printf "%8d\\n" $(du -b "$fichier" | cut -f1)
done
IFS="$old_IFS" # rétablissement du séparateur de champ par défaut
Ayatus a écrit:Hi actar, sorry for the late reply.
[MEGA CUT]
And finally, how does one access the tutorial?
Ayatus a écrit:For tutorial, I finally found and I saw that the html was very ugly.