FoxP / PNG-to-ICO

KISS batch script to easily convert PNG, GIF, BMP, SVG or JPG images to multi-resolution ICO files using ImageMagick.
https://foxp.github.io/PNG-to-ICO/
The Unlicense
171 stars 20 forks source link

x86 and x64 versions #8

Closed Neustradamus closed 4 months ago

Neustradamus commented 6 months ago

Dear @FoxP,

Can you add two versions?

Thanks in advance.

FoxP commented 6 months ago

Hello, The app is a bat / cmd script : there is no x86 / x64 meaning for this. King regards

Neustradamus commented 6 months ago

It is needed to edit the .nsi to permit the folder install folder choice and have by default the "Program Files" or "Program Files (x86)":

After, it is needed to create a new release build with 2 installers -> 1 x86 and 1 x64 .exe. You can have one build more with userdata folder too.

FoxP commented 4 months ago

Duplicate of https://github.com/FoxP/PNG-to-ICO/issues/7