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

Make icon foldernames consistently plural. #403

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions applications/electron/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ extraResources:
to: app/plugins

win:
icon: resources/icons/WindowsLauncherIcon/TheiaIDE.ico
icon: resources/icons/WindowsLauncherIcons/TheiaIDE.ico
target:
- nsis
publish:
provider: generic
url: "https://download.eclipse.org/theia/ide/${version}/windows"
useMultipleRangeRequest: false
mac:
icon: resources/icons/MacLauncherIcon/512-512-2.icns
icon: resources/icons/MacLauncherIcons/512-512-2.icns
category: public.app-category.developer-tools
protocols:
- name: theia
Expand Down Expand Up @@ -66,9 +66,9 @@ nsis:
menuCategory: true
oneClick: false
perMachine: false
installerHeaderIcon: resources/icons/WindowsLauncherIcon/TheiaIDE.ico
installerIcon: resources/icons/WindowsLauncherIcon/TheiaIDE.ico
uninstallerIcon: resources/icons/WindowsLauncherIcon/TheiaIDE.ico
installerHeaderIcon: resources/icons/WindowsLauncherIcons/TheiaIDE.ico
installerIcon: resources/icons/WindowsLauncherIcons/TheiaIDE.ico
uninstallerIcon: resources/icons/WindowsLauncherIcons/TheiaIDE.ico
installerSidebar: resources/icons/InstallerSidebarImage/164-314Windows.bmp
uninstallerSidebar: resources/icons/InstallerSidebarImage/164-314Windows.bmp
allowToChangeInstallationDirectory: true
Expand Down