Skip to content

Commit

Permalink
Make icon foldernames consistently plural.
Browse files Browse the repository at this point in the history
  • Loading branch information
seltzered committed Sep 26, 2024
1 parent 41075ba commit 94c0cd3
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 5 deletions.
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

0 comments on commit 94c0cd3

Please sign in to comment.