Skip to content

Commit 6e840cf

Browse files
committed
Enhance Windows installer build process by adding BMP generation for installer assets and updating package dependencies. The build script now includes a step to generate installer header and sidebar images, and the package.json has been updated to include the 'sharp' library for image processing.
1 parent e266ee3 commit 6e840cf

File tree

10 files changed

+868
-2
lines changed

10 files changed

+868
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ node_modules/
88
dist/
99
web-build/
1010
releases/
11+
12+
# NSIS installer BMPs generated from assets/images/installer*.svg (windows/generate-installer-bmps.cjs)
13+
windows/installerHeader.bmp
14+
windows/installerSidebar.bmp
1115
expo-env.d.ts
1216

1317
# Native

assets/images/installerHeader.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)