-
Notifications
You must be signed in to change notification settings - Fork 135
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
Generate windows setups from docker inno setup image #172
Comments
Hola @lrodriguez03! Interesting proposal. I hadn't considered it, but according to the link you attach I think it would be possible. Perhaps this proposal can be taken to another level, and even generate a DMG from Windows? (for example) I will study it, thanks!! |
Por cierto, por si te es de utilidad, también es posible generar todos los artefactos de instalación para las múltiples plataformas mediante GitHub Actions o Circle CI In case it's useful to you, it's also possible to generate all the installation artifacts for the multiple platforms using GitHub Actions or Circle CI |
Ahora mismo la generación del Setup obliga a que el sistema operativo sea Windows. Se podría añadir la opción booleana Right now the generation of the Setup forces the OS to be Windows. But |
Buenas tardes, actualmente usando la imagen https://hub.docker.com/r/ikus060/docker-wine-maven logramos generar el instalador de windows desde mac/linux. Como la imagen esta montada con wine, javapackager considera que esta corriendo en windows y genera los setups correctamente.
En el caso del instalador para mac, seguimos investigando como poder crearlo. El paquete Si es posible agregar una propiedad para forzar la creación del dmg sería muy util para poder probar esto último. Muchas gracias |
Hola @lrodriguez03! Creo que mejor sería añadir una opción más general: |
Hola!. Si eso creemos que puede funcionar, ¿podes agrega esta opción? y lo probamos. |
Hola @lrodriguez03! Pruébalo y me cuentas, por favor! |
No soy experto en el asunto, pero ... ¿no se podría realizar todo el proceso de empaquetado con Maven + JavaPackager desde el mismo contenedor, y no sólo la ejecución de Inno Setup? |
JavaPackager v1.6.6 released to Maven Central |
I'm submitting a…
Short description of the issue/suggestion:
Hola, al momento de generar los ejecutables para windows desde mac (o linux), se arroja el siguiente warning:
Pero que pasaría si pudiera correr
iscc
desde un contenedor de docker linux con inno setup sobre winehttps://gist.github.com/amake/3e7194e5e61d0e1850bba144797fd797
Teniendo acceso a
iscc
desde el bash ¿Habría alguna forma de evitar que se omita la creación del setup (.exe)?Muchas gracias.
Steps to reproduce the issue/enhancement:
What is the expected behavior?
What is the current behavior?
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)
The text was updated successfully, but these errors were encountered: