Skip to content

Commit 811c270

Browse files
Update icon and logo for sizes, also the installer ones (#273)
1 parent ea26784 commit 811c270

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

imgs/rpeicon.png

6.04 KB
Loading

imgs/rpesidebar.png

59.4 KB
Loading

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
}
6868
],
6969
"publisherName": "Rapid Silicon, Inc.",
70-
"icon": "RPE_icon.png",
70+
"icon": "imgs/rpeicon.png",
7171
"artifactName": "${name}_windows_installer.${ext}"
7272
},
7373
"nsis": {
7474
"oneClick": false,
7575
"allowToChangeInstallationDirectory": true,
76-
"installerSidebar": "imgs/rpesidebar.bmp"
76+
"installerSidebar": "imgs/rpesidebar.png"
7777
},
7878
"mac": {
7979
"category": "public.app-category.productivity",

0 commit comments

Comments
 (0)