sergey-selivanov

Results 5 comments of sergey-selivanov

For linux installers it builds, installs and run OK with different imageName and installerName: deb (ubuntu): produces 'test-installername_0.0.1-1_amd64.deb' installs as '/opt/test-installername/bin/test imageName' rpm (oracle linux): produces 'test-installername-0.0.1-1.x86_64.rpm' installs as '/opt/test-installername/bin/test...

Builds OK! There's inconsistency in the names however. Wix setup wizard obtains and uses value of "installerName" where application name ("imageName" as I understand) should be used instead: ![Capture](https://user-images.githubusercontent.com/10028825/104856601-49614580-591c-11eb-9572-5e350a120e43.PNG) Typically...

Thanks! Practical workaround then will be to rename final installer exe to desired name later in gradle build. Mention in documentation will be great. I also been stuck with such...

Hi gluck, 1) yes, build perfectly works without gradle-properties-plugin. It is sufficient to simply add "apply plugin: 'net.saliman.properties'" line to get failure in msbuild. 2) I will try to prepare...

Here is the minimal build to reproduce the issue - rename attached file to .zip Run 'gradle clean msbuild': runs OK Uncomment line 12 in build.gradle, run 'gradle clean msbuild':...