guerinoni / qTsConverter

A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
MIT License
42 stars 16 forks source link

W10 package #30

Open guerinoni opened 4 years ago

guerinoni commented 4 years ago

An installer for W10

escherstair commented 3 years ago

A W10 installer would be useful for me. Let me know if I can help in some way to get this.

guerinoni commented 3 years ago

If you have a W10 machine you can try to use inno setup software (https://jrsoftware.org/isinfo.php) or framework installer (https://doc.qt.io/qtinstallerframework/ifw-tutorial.html)

escherstair commented 3 years ago

I was able to create an installer with inno setup (x64 architecure only)

guerinoni commented 3 years ago

Cool! If you want some support reach me out on discord guerra#2058 :)

guerinoni commented 3 years ago

The right way is set up windeploy properly

siemering1992 commented 11 months ago

I saw you have a working github action for Windows. is there the possibility to upload the exe in releases?

guerinoni commented 11 months ago

I saw you have a working github action for Windows. is there the possibility to upload the exe in releases?

I think you need to create an installer with inno setup for example, because you can't link statically the Qts and upload only the installer