Skip to content
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

Incorrect app-update.yml for Windows 32bit #1282

Closed
adammeyer opened this issue Feb 21, 2017 · 2 comments · May be fixed by qcif/data-curator#563
Closed

Incorrect app-update.yml for Windows 32bit #1282

adammeyer opened this issue Feb 21, 2017 · 2 comments · May be fixed by qcif/data-curator#563

Comments

@adammeyer
Copy link

adammeyer commented Feb 21, 2017

  • Version: 13.11.1
  • Target: Windows 32 and 64bit
    Platform.WINDOWS.createTarget('nsis-web', Arch.x64, Arch.ia32);

My publish settings are:
publish: { provider: 'generic', url: 'https://domain.com/update/${os}_${arch}' }

Both 64bit and 32bit builds output the same app-update.yml in the resources directory.
provider: generic url: 'https://domain.com/update/win_x64'

The 32bit build should have a different arch variable. Correct?

@develar
Copy link
Member

develar commented Feb 23, 2017

@develar
Copy link
Member

develar commented Feb 23, 2017

Fixed, arch doesn't matter for windows, so, will be 'https://domain.com/update/${os}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants