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

bug:The next button style of the installation package is abnormal #8003

Open
fly-bue opened this issue Jan 24, 2024 · 4 comments
Open

bug:The next button style of the installation package is abnormal #8003

fly-bue opened this issue Jan 24, 2024 · 4 comments
Labels

Comments

@fly-bue
Copy link

fly-bue commented Jan 24, 2024

  • Electron-Builder Version Version: 23.6.0
  • Electron Version: 23.3.13
  • Node Version: 16.15.1
  • Target: Windows 11
    Hi, I am new to electron and electron-builder. I have this config (see below). when I open my application,The next button style of the installation package is abnormal.Can someone help me on this? Thank you in advance.
win:
  icon: resources/icons/WindowsLauncherIcon/SugonRI.ico
  target:
    - nsis
  publish:
    provider: generic
    url: ""
    useMultipleRangeRequest: false
nsis:
  warningsAsErrors: false
  menuCategory: true
  oneClick: false
  perMachine: false
  installerHeaderIcon: resources/icons/WindowsLauncherIcon/SugonRI.ico
  installerIcon: resources/icons/WindowsLauncherIcon/SugonRI.ico
  uninstallerIcon: resources/icons/WindowsLauncherIcon/SugonRI.ico
  installerSidebar: resources/icons/InstallerSidebarImage/164-314Windows.bmp
  uninstallerSidebar: resources/icons/InstallerSidebarImage/164-314Windows.bmp
  allowToChangeInstallationDirectory: true
  runAfterFinish: false
  artifactName: ${productName} Setup.${ext}
  license: LICENSE
  include: resources/installer.nsh

image

@fly-bue
Copy link
Author

fly-bue commented Jun 18, 2024

Has anyone encountered the same problem? I would be very grateful for your feedback

@fly-bue fly-bue changed the title The next button style of the installation package is abnormal bug:The next button style of the installation package is abnormal Jul 23, 2024
@mmaietta
Copy link
Collaborator

I've never seen this issue before and I'm wondering if it's related to just now nsis installers handle multi-language text, as in, it can't calculate the proper width of the button.

@fly-bue
Copy link
Author

fly-bue commented Jul 24, 2024

@mmaietta Thanks for your comment,I have looked through a lot of sources but have not found an answer to this issue. I am not sure if this is related to processing multilingual texts. Is there any way to fix this issue? See the example

Copy link
Contributor

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants